Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data ?parsing? related problem

Hello,

I am having a bit of a problem.

I have data that looks something like this (first three lines):

   

IDTIMESTAMPAB
118.5.2016 18:01CLERKFIRST TOUCH
119.5.2016 18:01BUSINESSAPPROVE
120.5.2016 18:03CLERKARCHIVE

We would like to show the most related combination path that is used on this process.

So it would here be Clerk-First Touch -> Business-Approve -> Clerk Archive

I do not now how to produce that kinda field even in Qlik..

I have managed to create a timeline chart, with barchart, that from where we can see the process for each ID when chosing ID.

It is sorted by timestamp, so it is pretty easy to do.

But is it possible to create that process path field in somehow in qlik?

And process path that is aggregated over time, so if we would like to view only certain month or year..

I know this is a lot of asking, but I have absolutely no idea how to do this

P.S. Sample file attached.

Cheers,

Niko

11 Replies
Not applicable
Author

I was wondering, is there a possibility to have a big number out of that most popular path?

So a count from that mode() script? It has aggr() already there, so I think the count is not something that can be implemented to that?

Cheers,

Niko

swuehl
MVP
MVP

You can limit the straight table using dimension limits to the max process count, then adjust the format to get something like

MaxProcessCount.png