Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
daveatkins
Partner - Creator III
Partner - Creator III

How to display an event timeline

Within a much larger application, I have created a concatenated table of various events so I can summarize the time sequence:

The table has these fields:

Person,

EventTime,

EventDesc

My goal is to display, for each Person, a timeline with the events labeled.

I am very close to what I want by having a dimension of EventTime and a dual expression =Dual(EventDesc,EventTime), then plotting the dimension continuously on a line graph and displaying the expression vertically. I would prefer points, not a line and I would like the Y-axis to be Person so I can display multiple timelines at once. Right now, there is a y-axis that I think is the integer value of EventTime

Picture1.png

0 Replies