davidchardonnet
Programmer
[CR XI]
Hello,
I have a table with 3 fields in my database:
table(id,amount,theboolean)
I made a report displaying the "amount" field for each row in the table.
But I need to display "amount" only if "theboolean" is true
and when "theboolean" is false, i want to display the "sum(amount) where theboolean=false" at the end of the report.
I can't figure out how to do this in Crystal Reports. Can somebody help me?
Thank you
David
Hello,
I have a table with 3 fields in my database:
table(id,amount,theboolean)
I made a report displaying the "amount" field for each row in the table.
But I need to display "amount" only if "theboolean" is true
and when "theboolean" is false, i want to display the "sum(amount) where theboolean=false" at the end of the report.
I can't figure out how to do this in Crystal Reports. Can somebody help me?
Thank you
David