Need help converting a report. Columns to rows.
I have a form that takes input from a user making a check request. They choose which line item to charge the request off to, and type the amount that should go to that budget line item. They can choose to distribute the money across up to 5 line items. This works great. The problem comes in at the report screen. All of the line items appear in one continuous row of data with the line items in columns. I want to be able to import this data into another program. This program requires each line item to appear in it's own row. I need to make a report that has each line item i it's own row to facilitate this. Also, I need to combine reports from different applications. The usual suggested link for that on this forum is this one
https://www.zoho.com/creator/help/views/create-a-combined-report.html but my Zoho creator interface doesn't seem to look like that.
Any help would be appreciated.