Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all I've been having a problem when using a set analysis with a variable, the expression being:
COUNT({<IdType={$(vTord)}>}OpNum)
IdType is a field that can have either 1 or 2 as a value, and it works when $(vTord) shares the same value AS IdType showing the correct "result"
However, even when the value in $(vTord) is different from the one selected in IdType, the previous expression still returns true
how can I fix this without using an "IF" ?
May be this is what you want
Count({<IdType *= {$(vTord)}>}OpNum)