I am using Crystal 8.5 and the report is grouped by case number.
I have created a formula field named 'Action'and in the formula editor I have:
if {Action} in "ActionName" then
1
else
0
Then I have place the formula into the Group Selection Formula Editor as follows:
sum ({@Action},{Case Number)>0
Therefore, I receive all cases with specified ActionName. Now, what I want to do is go a little further, example:
ActionName is CETP, however, the case also shows an ActionName as TPP along with CETP. I want all cases to show up on my report with CETP but I do not want to see the data if it has both CETP and TPP on the same case.
How do I filter these cases out of my data?
I have created a formula field named 'Action'and in the formula editor I have:
if {Action} in "ActionName" then
1
else
0
Then I have place the formula into the Group Selection Formula Editor as follows:
sum ({@Action},{Case Number)>0
Therefore, I receive all cases with specified ActionName. Now, what I want to do is go a little further, example:
ActionName is CETP, however, the case also shows an ActionName as TPP along with CETP. I want all cases to show up on my report with CETP but I do not want to see the data if it has both CETP and TPP on the same case.
How do I filter these cases out of my data?