Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
According to help, it's possible to allocate a state to a variable:
If you have a state named MyState, and a variable named vMyVar:
But when I try to do so, the expression is it doesn't work and null values are shown.
The variable vTest is: Count(DISTINCT DocumentNumber).
The expression I wrote: $({TestState} vTest)
I would like it to expand to: Count({TestState} distinct DocumentNumber)
Would appreciate some help...
Thanks!
Also struggling with this issue. Did you find a solution @dana?
Hi,
Sorry for the late response...
No, I didn't..