We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fb4cb commit b3b4310Copy full SHA for b3b4310
iris/src/cls/BI/Member.cls
@@ -121,6 +121,7 @@ ClassMethod GetStartDate(added) As %Boolean
121
122
ClassMethod GetViewsOfAuthor(authorId) As %Integer
123
{
124
+ // comment to start job
125
set result = 0
126
set sql = "Select Sum(Views) As Views From Community.Post Where Author = ?"
127
set rs = ##class(%SQL.Statement).%ExecDirect(,sql,authorId)
0 commit comments