Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i am using getfieldselections() function in chart title to show dynamic changing country values.
=GetFieldSelections(country)
but i want to show country values which are present in another state called "Primary''.
Is it Possible?or any other solutions?
there is no functionality similar to this in qlikview
GetFieldSelections(<Primary> Country)
Instead you can use
=Concat({[Primary]} DISTINCT Country,'|')
You can specify alternate state in GetFieldSelections() function starting with QV 11.20 SR8. If you have anything later than that, then you can try this:
GetFieldSelections(FieldName, ',', 100, 'AlternateStateName')
Thanks sunindia
No problem