Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Iam passing a variable in Aggr() function as parameter,but the value that i get is Zero.
Iam also attaching a sample QVW.
Hi Aniket,
Attached update app.I am able to fetch the value.
Regards,
Mayank !
Hi Aniket,
Just put = to your variable(vValueSelected) where it is defined(CTRL+ALT+V).
Regards,
Mayank
I did it but did not work
Hi Aniket,
Attached update app.I am able to fetch the value.
Regards,
Mayank !
try with single quotes
'$(vValueSelected)'
Hi Please use below expression.
num(Sum(Aggr(RangeSum(Above(TOTALsum(Expense)/1000,0,12)),$(=$(vValueSelected)))))