I am running a Crystal XI report against a SQL table.
My SQL table looks something like this
Fund Dept Character Amount
100 A 1 100
100 A 2 200
100 B 1 0
100 B 2 999
100 B 3 888
My report has 3 groups (Fund, Dept, and Character), all of which are referenced in my page header.
I suppress the detail lines when Amount = 0.
In my page header, how can I ONLY display the Characters when the detail lines are NOT suppressed?
In other words...
Based on my sample table above, I want my report to look like this.
***Page 1***
PH Fund: 100 Dept: A Character: 1
D Amount = 100
***Page 2***
PH Fund: 100 Dept: A Character: 2
D Amount = 200
***Page 3***
PH Fund: 100 Dept: B Character: 2
D Amount = 999
***Page 4***
PH Fund: 100 Dept: B Character: 3
D Amount = 888
Thanks in advance!
Tim
My SQL table looks something like this
Fund Dept Character Amount
100 A 1 100
100 A 2 200
100 B 1 0
100 B 2 999
100 B 3 888
My report has 3 groups (Fund, Dept, and Character), all of which are referenced in my page header.
I suppress the detail lines when Amount = 0.
In my page header, how can I ONLY display the Characters when the detail lines are NOT suppressed?
In other words...
Based on my sample table above, I want my report to look like this.
***Page 1***
PH Fund: 100 Dept: A Character: 1
D Amount = 100
***Page 2***
PH Fund: 100 Dept: A Character: 2
D Amount = 200
***Page 3***
PH Fund: 100 Dept: B Character: 2
D Amount = 999
***Page 4***
PH Fund: 100 Dept: B Character: 3
D Amount = 888
Thanks in advance!
Tim