Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If one of cyclic group dimension = x, then display chart...

Hello,

I have a cyclic group consisting of 8 dimensions (e.g. 1,2,3,4,5,6,7,8). I have a chart that makes sense only for 2 (e.g. 1,2) out of those 8 dimensions. Is there a way to plug into a chart a condition to display values only if the 2 dimensions (so only 1 or 2) are picked from a the cyclical group?

Thanks.

2 Replies
jerem1234
Specialist II
Specialist II

Maybe the function GetCurrentField(YOURCYCLICGROUP) would help you? So something like this in your calculation condition:

GetCurrentField(YOURCYCLICGROUP) = 1 or GetCurrentField(YOURCYCLICGROUP) = 2

Hope this helps!

Not applicable
Author

HI

an other simple way would be to define a cycle group for only dim 1 and 2 and use it for this chart

best regards

chris