CRilliterate
Technical User
Name Status1 Status2 Amount
ABC Cancelled NoInv $400
SCD Suspended Inv $300
VSD Active Cash $400
I need to show on Report following:
Amount where Status1 = 'Cancelled' asnd Status2 = 'NoInv'
Amount where Status1 = 'Suspended' asnd Status2 = 'Inv'
Amount where Status1 = 'Active' asnd Status2 = 'Cash'
Output
Name Cancelled/NoInv
ABC $400
SCD $300
VSD $400
Thanks
P.S. 4 columns that is ALL I have. There is no more columns.
________________________________________
I am using Windows XP, Crystal Reports 9.0 with SQL Server
ABC Cancelled NoInv $400
SCD Suspended Inv $300
VSD Active Cash $400
I need to show on Report following:
Amount where Status1 = 'Cancelled' asnd Status2 = 'NoInv'
Amount where Status1 = 'Suspended' asnd Status2 = 'Inv'
Amount where Status1 = 'Active' asnd Status2 = 'Cash'
Output
Name Cancelled/NoInv
ABC $400
SCD $300
VSD $400
Thanks
P.S. 4 columns that is ALL I have. There is no more columns.
________________________________________
I am using Windows XP, Crystal Reports 9.0 with SQL Server