C10 ODBC
I am grouping a report based on a formula field that works something like this:
if {table.classname} = "A" then "Group 1" else if
{table.classname} = "B" then "Group 2 else if
{table.classname} = "C" then 'Group 3 else
"Other Group"
Here is my problem. If Joe Smith has a classname of A as well as a classname of X, then Joe Smith would appear both in the "Group 1" list as well as the "Other Group" list.
I want people's names to show up in the "Other Group" category ONLY IF they don't fall under one of the first three if statements. Is there a way to do that?
I am grouping a report based on a formula field that works something like this:
if {table.classname} = "A" then "Group 1" else if
{table.classname} = "B" then "Group 2 else if
{table.classname} = "C" then 'Group 3 else
"Other Group"
Here is my problem. If Joe Smith has a classname of A as well as a classname of X, then Joe Smith would appear both in the "Group 1" list as well as the "Other Group" list.
I want people's names to show up in the "Other Group" category ONLY IF they don't fall under one of the first three if statements. Is there a way to do that?