Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Pivot table of three column in my Qlikview application.
The columns are stored by data from a LOAD statement in my script.
The fields of my LODA statements are : CLASSE, SOUSCLASSE, SOUS_SOUSCLASSE, BRUT,AMORPROV,NET,NET_MOINS_UN.
I want to obtain the values of CLASSE's column to use in the string variables.
How can i do it?
Thanks.
Just give the dimension name....example
expr1: CLASSE * variable_1
I don't understand what you want i do?
Sorry....i understand you use the value on the expression of pivot table....
Where you wanna use those variables???
in my editor script (briefly, in my script code)