Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have one Cycle Group and Two charts
if i select one field in cycle Group
It should be updated in Two Charts Title
Could some one help me
Thanks in Advance,
Rohith
create a variable, for example vLabel, as =getcurrentfield(MyGroupName). When you select a field in the cycle group the variable vLabel will have the name of that field as value. You can then set the chart title to =vLabel in both charts. Replace MyGroupName with the name of your cycle group
create a variable, for example vLabel, as =getcurrentfield(MyGroupName). When you select a field in the cycle group the variable vLabel will have the name of that field as value. You can then set the chart title to =vLabel in both charts. Replace MyGroupName with the name of your cycle group
Thanks you Gysbert
its working perfect