Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi Soha,
you need to bracket round the group name as you have an operator in the name
=GetCurrentField([Com/TST])
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
Hi,
You can use ='Salary ' & GetCurrentField(CyclicGroupName) & ' Wise'
Regards
Nandkishor S. Pandirkar
It showing error only.
I tried in Title Text box
=GetCurrentField(Com/TST)
where Com/TST my Group Name.
Please help
It will show Syntax error but will give the valid output.
please ignore the syntax error.
Hi Soha,
you need to bracket round the group name as you have an operator in the name
=GetCurrentField([Com/TST])
Hi,
Use GetCurrentField([Com/TST])