AlreadyLost
MIS
I need help with creating a report to show the list of Request number per Owner with the list of payment that needs to be charge. I have the report created by could not figure out how to get the amount to display correctly...
Owner name
Request number
Date completed
Description of work
amount
I have group by Owner, group by Request number,group by date
and my amount is place in one of the group by Date section.
Problem is that my amount is only showing me the first amount in the database. That is probably because I place the amount in the group header of Date. Everything else seems to show up in the report except for the amount. How can I make the amount to display all the amount in the report?
Here is what I want my finally output to look like.
Owner
Request number
Date Completed Description of work amount
Date Completed Description of work amount
Date completed Description of work amount
Request number (if there is more than one request per owner)
Date Completed Description of work amount
Date completed Description of work amount
Date Completed Description of work amount
Total Amount ???
Any input will help..Thanks in advance
I am using Crystal 10.
Owner name
Request number
Date completed
Description of work
amount
I have group by Owner, group by Request number,group by date
and my amount is place in one of the group by Date section.
Problem is that my amount is only showing me the first amount in the database. That is probably because I place the amount in the group header of Date. Everything else seems to show up in the report except for the amount. How can I make the amount to display all the amount in the report?
Here is what I want my finally output to look like.
Owner
Request number
Date Completed Description of work amount
Date Completed Description of work amount
Date completed Description of work amount
Request number (if there is more than one request per owner)
Date Completed Description of work amount
Date completed Description of work amount
Date Completed Description of work amount
Total Amount ???
Any input will help..Thanks in advance
I am using Crystal 10.