Need Help with a Custom Expression in Report Builder
I need help with creating a custom expression to get the first table to look like the second table. Any suggestions will be appreciated
|
156 <o:p> </o:p> |
Red <o:p> </o:p> |
Charlie <o:p> </o:p> |
|
<o:p> 156 </o:p> |
Blue <o:p> </o:p> |
Alpha <o:p> </o:p> |
|
<o:p> 156 </o:p> |
Green <o:p> </o:p> |
Delta <o:p> </o:p> |
|
156 <o:p> </o:p> |
Red <o:p> </o:p> |
Charlie <o:p> </o:p> |
|
Blue <o:p> </o:p> |
Alpha <o:p> </o:p> |
|
|
Green <o:p> </o:p> |
Delta <o:p> </o:p> |
One answer
I think this is working as designed. The actual results are 3 rows each with 3 populated columns.
For report results displayed in the web UI, when you have sorting, the UI presentation performs grouping presentation. When you export to CSV, you're exporting the actual results of 3 rows with 3 populated columns.If you want the CSV to be different, you might post-process it or use Excel macros. I don't think there is a way to do what you are asking natively in Report Builder.
Comments
David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 29 '22, 1:20 p.m.Marcus Whitehead
Nov 30 '22, 7:12 a.m.