swap groups upon selection
swap groups upon selection
(OP)
I am using CR2016 SP2
I have 4 groups
A
B
C
D
A&B are relevent together and C&D are relevent together.. I want to be able to select a parameter that will have the above group order or :
C
D
A
B
In other words flip the groups. What is best way to do this please?
I have 4 groups
A
B
C
D
A&B are relevent together and C&D are relevent together.. I want to be able to select a parameter that will have the above group order or :
C
D
A
B
In other words flip the groups. What is best way to do this please?
RE: swap groups upon selection
@Group1
If Parameter1 = 'X' then Fieldc else FieldA
@Group2
If Parameter1 = 'X' then FieldD else FieldB
Repeat for other groups
Change formula and conditions as to meet your needs, Group on these formula instead of the original fields
Ian
RE: swap groups upon selection