Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I'm trying to figure this out, what i have:
sessionid | name | sequence
123 | abc | 1123 | abe | 2123 | abd | 3124 | abe | 1124 | abd | 2125 | abe | 1125 | abc | 2
Target state:entryname | targetname | distinct count of occurrence per sessionabe | abd | 2abe | abc | 1Appreciate the help - trying to do this in a Qliksense Expression (not script)
are these fields available in a different table in the script? entryname | targetname
or are you wanting to derive them from the data table?