Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Change Chart Title Name based on selection on Cyclic Group


Hi All,

I need to change my chart title name based on selection in Cyclic Group.

For example I am Showing Employee Salary, Region wise and City wise. So In Cyclic Group I added both dimensions.

Now when I select Region then Chart title will be "Salary Region Wise" and if I select City from Cyclic group then Title will be "Salary City Wise".

Please help me to solve this.

Thanks.

1 Solution

Accepted Solutions
Not applicable

Hi Soha,

you need to bracket round the group name as you have an operator in the name

=GetCurrentField([Com/TST])

View solution in original post

6 Replies
er_abhichandra
Contributor III
Contributor III

Hi Soha,

Use the GetCurrentField() function in QlikView to get the currently visible field in any group. The name of the group has to be given without quotes.

Thanks,

Abhinava

Not applicable

Hi,

You can use ='Salary  ' & GetCurrentField(CyclicGroupName)  & ' Wise'

Regards

Nandkishor S. Pandirkar

soha1902
Creator
Creator
Author

It showing error only.

I tried in Title Text box

=GetCurrentField(Com/TST)

where Com/TST my Group Name.

Please help

AbhijitBansode
Specialist
Specialist

It will show Syntax error but will give the valid output.

please ignore the syntax error.

Not applicable

Hi Soha,

you need to bracket round the group name as you have an operator in the name

=GetCurrentField([Com/TST])

Not applicable

Hi,

Use GetCurrentField([Com/TST])