Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to have a variable as Group name in QlikView? Basically, I want the name of the group to change based on a variable. Any suggestions?
Are you trying to select different Groups from a field based on a variable?
Hi,
I am not clearly understand for which group you are asking you can give a name to the table as a group like
let vTableName = 'Names';
$(vTableName):
LOAD * Inline [
];
Hope this helps
Thanks & Regards
If you are talking about a Cyclic or Drill Down group, then no unfortunately - Unless you put the variable name as the Label in the dimension. Then it will rename in the chart but won't in the list of dimensions
getcurrentfield(groupname)
while changing the dimension in cyclic u want to display the group name based on selection is it so mean it will work