Hi,I'm need to exclude specific data from a very basic crystal 2011 report. I have identified the data that I need to exclude and I can surpress the data, I need to also only get the actual total count. Goal is to only select the Orders with only 1 TaskNoteID and exclude that OrderID all together. Lines highlighted is the desired result. Please help
Sample how data looks now:
TaskNoteID OrderID RT
59,112 22,651 1.00
59,113 22,651 2.00
59,162 22,651 3.00
60,250 22,651 4.00
[highlight #FCE94F]61,301 24,461 1.00[/highlight]
[highlight #FCE94F]61,483 24,875 1.00[/highlight]
59,225 26,866 1.00
59,226 26,866 2.00
59,374 26,866 3.00
[highlight #FCE94F]59,505 26,916 1.00[/highlight]
[highlight #FCE94F]60,203 26,925 1.00[/highlight]
Sample how data looks now:
TaskNoteID OrderID RT
[highlight #FCE94F]61,301 24,461 1.00[/highlight]
[highlight #FCE94F]61,483 24,875 1.00[/highlight]
[highlight #FCE94F]59,505 26,916 1.00[/highlight]
[highlight #FCE94F]60,203 26,925 1.00[/highlight]