Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts
I have creted cyclic group in chart. I want to display group selection label in text box or in group label.
Thanks in advance,
Hi Ashish,
Why dont you create those Fields in Script instead of creating as calculated dimension.
If you do that It will give you 2 advantages.
1. It will improve the performance of your application.
2. It will allow you to use the GetCurrentField() function to get the name.
Regards,
Kaushik Solanki
You will have to use if statement together with GetCurrentField() function to get those labels. No other direct way to access those names
Hi Ashish,
Why dont you create those Fields in Script instead of creating as calculated dimension.
If you do that It will give you 2 advantages.
1. It will improve the performance of your application.
2. It will allow you to use the GetCurrentField() function to get the name.
Regards,
Kaushik Solanki
try:
='Data By : ' & GetCurrentField([groupnamehere])