So, we've been working to get some areas of the business switched over from Tableau to Domo. In the process of that, folks are asking that some parts of their reporting be represented in the exact same way as it was in Tableau since their teams have become accustomed to those views. That being said, I'm having a small issue figuring out how to outline duplicate records in a ticketing system.
Here's an example of what it should look like:
Order # | Ticket # | Details |
AAAAA | 000001 | Detail 1 |
| 000002 | Detail 2 |
| 000003 | Detail 3 |
BBBBB | 000001 | Detail 1 |
| 000002 | Detail 1 |
| | Detail 2 |
| | Detail 3 |
| 000003 | Detail 1 |
| | Detail 2 |
CCCCC | 000001 | Detail 1 |
| 000002 | Detail 1 |
| 000003 | Detail 1 |
So basically the data is pivotted/cascaded/hiearchied out without aggregation in Tableau. I tried to do something similar in Sumo Mode but was unable to get the results that were needed.