Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ValueList & Expression Name

Hi,

I have a chart with a ValueList dimension to perform some calculations, I wonder if there is a possibility of putting conditional in expression name, according to the item of ValueList, showing different expression names?

Regards.

5 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

this is commonly done when using a cyclic or drilldown group

you just need to place use & to appended the data

for example if you group is a CalendarGroup you could do something like this

='Sum by '& GetCurrentField([CalendarGroup ])

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, you can repeat the ValueList() expression as a conditional in the label property.

-Rob

sebastiandperei
Specialist
Specialist

The expression names are calculated before the dimmentions or expressions itself.

So, the name aren´t dinamically affected by the different dimmention or expression values.

sebastiandperei
Specialist
Specialist

Rob, i guess that the value of expression name can't be dynamic.... So, every time it shows, shows the same name, non based on dimention value...  is that right?

Anonymous
Not applicable
Author

Hi, thanks for you reply.

Can you provide me a example?