Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am having a pivot, for me the requirement is , in a group if a particular Field is selected then it should show me 3 column's else for other field's it should show me only 2 column's hiding the extra column. Does anyone have any way to do that (using macro is also ok).
Thanks in advance.
With Regards
Amar
Hello.
I don't like to use a macro, so I would suggest you other approach.
you can create 2 charts: one with 3 columns and other with 2. And use show conditional options on the Layout tab in chart properties. And show condition is:
getcurrentfield( myGroup ) = 'Customer' (for example)
field Customer must be a part of group 'MyGroup'
and for second chart: getcurrentfield( myGroup ) <> 'Customer'
In 9.0 you should be able to do it with only one chart by putting the condition on the presentation tab for that column.
Hi John,
I saw the presentation tab, but I don't find anything where I can put a conditional expression. Do u have any example or can u describe how to do that please. Thanks a lot.
With Regards
Amar
Hello, Amar.
As John said, in 9.0 you can show/hide a column, BUT it works not all types of chart. In pivot it doesn't allow. For example, in straight table it can be done.