I want to know if anyone knows how to add drill down functionality to an existing report? Here is my issue...
my report contains several fields here are some of them
passenger_name toll+parking other_fees Total_Price
these 4 fields are layed out as seen. however the last four are money values and toll+parking and other_fees are formulas containing sub-fields.
I want the result to look like the following:
passenger_name @toll+parking @other_fees Total_Price
-------------- ------------- ----------- -----------
jane doe 10.00 30.00 40.00
john smith 25.00 50.00 75.00
tolls 12.00 misc 5.00
parking 13.00 phone 5.00
service 40.00
jack frost 20.00 20.00 40.00
Thanks in advance........
my report contains several fields here are some of them
passenger_name toll+parking other_fees Total_Price
these 4 fields are layed out as seen. however the last four are money values and toll+parking and other_fees are formulas containing sub-fields.
I want the result to look like the following:
passenger_name @toll+parking @other_fees Total_Price
-------------- ------------- ----------- -----------
jane doe 10.00 30.00 40.00
john smith 25.00 50.00 75.00
tolls 12.00 misc 5.00
parking 13.00 phone 5.00
service 40.00
jack frost 20.00 20.00 40.00
Thanks in advance........