Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group name as a Variable

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?

Labels (1)
4 Replies
srchilukoori
Specialist
Specialist

Are you trying to select different Groups from a field based on a variable?

its_anandrjs
Champion III
Champion III

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

Not applicable
Author

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

nizamsha
Specialist II
Specialist II

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