Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
inigoelv
Creator
Creator

Group Ciclyc Dimension

Hi;

I have a chart with two dimensions, one of them is a temporal ciclyc and the other is other field called Class with the several values  fixed: A, B and C

I would like to do a Group Cyclic with the field Class that shows A,B,C or all of them.

Is it possible?

Best regards,

1 Solution

Accepted Solutions
luciancotea
Specialist
Specialist

Add to the cyclic group =if (Class='A', Class) with label 'A'

Same for B and C.

View solution in original post

4 Replies
Not applicable

Can you please post your document?

luciancotea
Specialist
Specialist

Create a new cyclic group, add the Class field, then add a field to the group using expression where you write ='GLOBAL'. While having this new field in group selected, set the label to 'GLOBAL'.

Press OK to return to  Chart Dimensions tab where you replace Class dimension with your new created group.

inigoelv
Creator
Creator
Author

Thanks Lucian,

it works, but what is the expression in the clycic group for represent too, A, B, C.

I would like to have Global, A, B, C in the ciclic group.

Thanks in advance

luciancotea
Specialist
Specialist

Add to the cyclic group =if (Class='A', Class) with label 'A'

Same for B and C.