michjackie
MIS
I am using Crystal Reports for Visual Studio .net 2003.
I have a report that has two detail sections. I am suppressing account numbers that have a type = '1'. The second detail I want to suppress based on the first details account number. I store the first detail's account number in a global variable. The second detail is showing records that are suppressed.
account number type
1 2
2 1
2 2
2 3
3 1
3 1
3 1
3 2
Thanks,
Barry
I have a report that has two detail sections. I am suppressing account numbers that have a type = '1'. The second detail I want to suppress based on the first details account number. I store the first detail's account number in a global variable. The second detail is showing records that are suppressed.
account number type
1 2
2 1
2 2
2 3
3 1
3 1
3 1
3 2
Thanks,
Barry