Performance Analytics Report on "Assets assigned to Inactive Users"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I want to create a report Report on "Assets assigned to Inactive Users" showing the percentage of maximum contributor location wise, but maximum percentage calculation should be based on total volume of assets in that specific location. So, if any location has large number of assets lets say 1000 and contributor is high may be 80 compared to other locations (8%), but if we take the percentage that may be less as compared to location which has 10 contributor and location has 100 total assets (10%)
Please assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Any alternative approach rather than performance analytics would also be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Please refer this links, see if it helps you:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi, This is not the giving the expected outcome. It displays the simple report of just assets assigned to inactive users. I need a percentage based on the parameter i mentioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You could do this in a few ways but here is with a formula indicator
- Create an indicator source for alm_asset
- Create two automated indicators, one with no condition called Total assets and one with condition assigned to is empty called Total unassigned assets.
- There should be an OOB location breakdown, create a breakdown mapping to alm_asset.location using that breakdown
- Create a formula indicator '% of unassigned assets' or similar and use formula
[[Total unassigned assets]] / [[Total assets]] * 100​- Your indicator is ready to use (granted you collect the data first)
