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

two cyclic dimensions in graph - conditions to be shown

Hi all,

I am having two cyclic dimensions in a graph (diagram). By adding one static dimension, and adding conditions when the dimensions shall be shown, the one cyclic dimension doesn't work anymore. It is toggleable in the list e. g., but not toggleable in the graph itself.

Doesn anybody has an idea?

Thanks, Mathias

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Post the example so I could help you

christian77
Partner - Specialist
Partner - Specialist

I'm sending you an example.

This one shows a group in a table by to conditions:

A variable value.

The actual field showing in the group.

Remember that a group shows the same value for the whole document, as well as a variable.

Do NOT worry about the sintax corrector; It does NOT work with the function GetCurrentField(Group)

I hope this helps.

alexandros17
Partner - Champion III
Partner - Champion III

When you click the button, the "Active Field" is deactivated and cannot be anymore activated. The condiction

GetCurrentField(KROUP)='CAMPO1' and vChange=1 will not work because GetCurrentField(KROUP)='CAMPO1' will be alwais false.

If you want to disable cyclic group just use

vChange=1 in the conditional visualization of the field.

Hope this will help.

Alessandro

christian77
Partner - Specialist
Partner - Specialist

It is just an example. Now you know another function.

The answer can't be correct since there is not a stated problem or question.

ciao.

Not applicable
Author

Gents;

thanks for helping me out here. The issue was, that the cyclic group wasn't shown anymore while having setup two conditions for dimensions in the graph.

I solved it by moving the cyclic group out, and used instead a Listbox which passes the dimension into a variable. And this variable is used now in the diagram. Makes it even more convinient, as the user hasn't to click on the small turning wheel and can use instead a listbox.

Thanks for all your hints.

Regards,

Mathias