Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I´m having a syntaxproblem with this Set Analysis
count({<AAR=vCurrentyear,Gruppe={'Tyveri fra borger'} >}JOURNALNR)
the problem lies at the comma after the vCurrentYear
I tried
count({<AAR={vCurrentyear},Gruppe={'Tyveri fra borger'} >}JOURNALNR)
but it doesnt work
Hi colin
thanx for your patience
It works now like this
( {<AAR={$(vLastYear)},GRUPPE={'Tyveri fra borger'} >} JOURNALNR)
thanx a lot