Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Morning,
Sorry if not the right forum. I'm working on a dashboard that would show a timeline of events. I need to construct the data but essentially it would be a date timestamp, an event, and possibly a value (in its simplest form). For example, it would show a table similar to the below:
EventID | DateTimeStamp | EventName | Value | etc. |
01 | 25/06/2025 08:00 | Call Connected | x | |
01 | 25/06/2025 08:30 | Arrived On Scene | y | |
etc. |
Then I want to create a graphic which is only visible when a user selects an individual event ID (there will be a separate filter that highlights these events to the users to prevent all date timestamps from clustering on the graphic).
Example of TimeLine Graphic
Essentially, for every date time action during an event, it should be plotted on the graphic showing the event name / type.
My question is: Is this possible in any Qlik products? Has anyone an example or link they can share with me to explore further?
Thank you in advance for any feedback / questions.
Such kind of task could be visualized with gantt-charts. There are various postings within the community about this topic, for example:
Creating a Gantt Chart in Qlik Sense - Qlik Community - 1606833
Thank yo Marcus, I'll take a look. Ideally a combined single line instead of many would be preferred but I'll explore and see what is possible.