Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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