Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Governance app - showing who HASN'T had a sesssion

Hi there,

We would like to make some customisations to the Governance app to show who hasn't used the app.

I'm finding this tricky to implement as once you make selections such as Date or the DocName, the app filters down to the users that do have sessions.

What we want to see is all the users who don't have sessions based on the selections.

Has anyone done this before or does anyone have any advice?

Thanks,

R

1 Reply
marcus_sommer
MVP & Luminary
MVP & Luminary

I think you will need to create these missing data maybe as a cartesian product from all your users + applications + dates and concatenate these data with the session-log data. I believe this would be helpful, too: How to populate a sparsely populated field.

- Marcus