Hi Dojo,
I’m working on a Timeline in a Low-Code App where two queries are displayed together. The first query represents Transmissions, while the second represents Jobs. Each Transmission can have multiple associated Jobs.
Currently, because these are two separate GQIs, the timeline displays all Transmissions first, followed by all Jobs. However, I need them structured differently:
- Each Transmission should appear first.
- Directly underneath, all related Jobs should be grouped together.
- Then the next Transmission, followed by its corresponding Jobs, and so on.
I believe a way forward is a custom operator, but not sure if someone already had similar cases how to present entries using the custom operator? Below you can see an example of my timeline.
Thank you in advance!