Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I need to set a LET variable in my script (on the back front). This variable should count all distinct values in the Field Y.
How can I do it?
Thank you in advance,
Larisa
Try this:
LET vVAR = FieldValueCount('Field Y');