Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
From SR8 GetFieldSelections with Alternate State is available. The SR release notes show this syntax
=GetFieldSelections(Quantity, ';', ,'StateA')
the above failed for one of my clients whilst this worked fine
=GetFieldSelections(F1,'; ','','StateA')
You are absolutely right! It seems that there is an error in the QlikView documentation (at least in 11.2 SR8 and 11.2 SR9).
If you are specifying an alternate state (such as 'StateA'), you also have to specify values for the 2nd and 3rd arguments:
=GetFieldSelections(Quantity, ', ', 6, 'StateA')