Hello,
MSSQL CR XI r1
I have a question regarding radar charts and grouping in general.
I want to create a group in CR that shows all items then 2 additional groups for Item A and Item B. When I create a formula for this it seems to display all items in ALL group and does not include the remaining two groups. I need these groups because I have a radar chart. I need to display average for all and for the two groups so you can see a comparison.
Any ideas....
Formula for group:
if {ITEM.GROUP_Object_Id} > 1 then "Company Average"
else
if {ITEM.GROUP_Object_Id} = {?Pm-ITEM.GROUP_Object_Id} then "Group A"
else
if {ITEM.GROUP_Object_Id} = {?Pm-@share group B} then "Group B"
APB
MSSQL CR XI r1
I have a question regarding radar charts and grouping in general.
I want to create a group in CR that shows all items then 2 additional groups for Item A and Item B. When I create a formula for this it seems to display all items in ALL group and does not include the remaining two groups. I need these groups because I have a radar chart. I need to display average for all and for the two groups so you can see a comparison.
Any ideas....
Formula for group:
if {ITEM.GROUP_Object_Id} > 1 then "Company Average"
else
if {ITEM.GROUP_Object_Id} = {?Pm-ITEM.GROUP_Object_Id} then "Group A"
else
if {ITEM.GROUP_Object_Id} = {?Pm-@share group B} then "Group B"
APB