I need to eliminate most of the detail lines in a report because the result gives more lines than our server, sometines even Excel can handle. The situation is that I am displaying several items per account and each generates a line in CR so each takes a line in the resulting spreadsheet. If I could line up the items horizontally instead, I could have many less lines.
example
1. Acct1 / date1 / amt1
2. Acct1 / date2 / amt2
3. Acct1 / date3 / amt3
4. Acct1 / date4 / amt4
If I could make it display,
1. Acct1 / date1/ amt1 / date2/ amt2/ date3/ amt3/ etc
It would give the detail I need without blowing through all the excel lines!
One fine sticky point: I don't know in advance how many items and amts any account will have. Some will have one and others more.
example
1. Acct1 / date1 / amt1
2. Acct1 / date2 / amt2
3. Acct1 / date3 / amt3
4. Acct1 / date4 / amt4
If I could make it display,
1. Acct1 / date1/ amt1 / date2/ amt2/ date3/ amt3/ etc
It would give the detail I need without blowing through all the excel lines!
One fine sticky point: I don't know in advance how many items and amts any account will have. Some will have one and others more.