Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a variable and I have 2 total values in this variable.
the content of my variable Test2; sum(grosstotal) + sum (grossamount)
My expression = Sum({<PERNUM = {"=Sum([$(vTest2)]) > 0"}>} $(vTest2)) but is not working.
What I want to do here is to bring the data of the personnel except the zero sum.
how can i use the variable here please help