Not applicable
2015-11-18
05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
252 Views
1 Reply
marcus_sommer
MVP
2015-11-18
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
217 Views