Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have one cycle group in one chart,if i select one thing from that group the chart name should change in two different charts....is it possible
if yes, tel me how can i achieve that
Thanks!!!!
Smiley
use getcurrentfield(group name) in label
Please tick show caption
Vikas
Please tick on show caption
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
Hi
Try to use GetCurrentField(Group_name).
BR
Ariel
By using "getcurrentfield( MyGroup )" you can achieve it..
Like below..
Expression in Chart Title..
=If(getcurrentfield( Group1 )='Customer','Customer wise Analysis','Region wise Analysis')
Hope it will help you
Karthik