Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I'm trying to applied GetFieldSelections() in the expression of Container label.
The outcome wasn't as I expected. Is there anyone could give me some hint?
Expression:
IF(GETFIELDSELECTIONS(YEAR)=0, $(vLASTYEAR), $(vCURRENTYEAR))
The outcome always show $(vCURRENTYEAR) value.
The GetFieldSelections function returns a string, not a number. I find it useful to display the results of the GetFieldSelections in a text box so that I can see what should be compared in the IF test.
Hi Katetsan,
I think the fonction you seek is GetSelectedCount(YEAR) 😉
The GetFieldSelections function returns a string, not a number. I find it useful to display the results of the GetFieldSelections in a text box so that I can see what should be compared in the IF test.
Hi Katetsan,
I think the fonction you seek is GetSelectedCount(YEAR) 😉