Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to create a cyclic group using 3 dimension , for example Dim A, Dim B and Dim C and giving a name to group Dynamic.
Is there any way i can toggle the value of the cyclic group using button. Like when i click on the button the value of Dynamic group would change from Dim A to Dim B then again on click it will change to Dim C.
is there any way to achieve it.
Thank you,
Hi Ashissau,
yes, it is.
Press the button to see, how your cyclic dimension is being changed in chart, pivot table, etc.
BR
Martin
jQuery also provides an animation method named .toggle() that toggles the visibility of elements kroger feedback.
Hi Ashissau,
yes, it is.
Press the button to see, how your cyclic dimension is being changed in chart, pivot table, etc.
BR
Martin
Hi Martin, Thank you so much. your solution worked.
I removed the field names from cyclic group and only kept the following expression
And with the button the dimensions are changing. Thank you.
One thing , if i want to show the value of this Dimension in text box , how do i do it.
=GetCurrentField(groupname) - this expression does not return value , it is returning above expression of cyclic group.
I found a way to show this inside text box .
This same expression would do
Thanks again .