What column, view, or grouping would I use to yield a report that shows users using New Experience vs the Classic UI? | Community
Skip to main content
Dave_at_PSU
Level 2
April 13, 2020
Solved

What column, view, or grouping would I use to yield a report that shows users using New Experience vs the Classic UI?

  • April 13, 2020
  • 4 replies
  • 1209 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

haha!

I don't even know why I said that. I totally misread the question. For some reason I thought it was asking about users in Home vs users in My Work. The fieldname for users in Classic vs New Experience is "Has Quicksilver". By now it's invisible, but for example I made a column thusly (stole the code from another "has" field):

displayname=

linkedname=direct

namekey=hasQuicksilver

querysort=hasQuicksilver

textmode=true

valuefield=hasQuicksilver

valueformat=booleanMessage

And I promise there's really no way to report on users in Home vs My Work.

4 replies

skyehansen
Community Advisor and Adobe Champion
April 14, 2020

there's no way to access this on our (the customer) end.

Doug_Den_Hoed_AtAppStore
Community Advisor
Community Advisor
April 15, 2020

Actually...I figured out a way, Skye.

I'll follow up with a NWE User Count Package that folks who would like a chart showing the number of Users in Classic vs NWE can deploy into their own Workfront domain.

I do have some other items that need my attention at the moment, so I invite those who are interested to kindly comment here so I can gauge the priority.

Regards,

Doug

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
April 15, 2020

haha!

I don't even know why I said that. I totally misread the question. For some reason I thought it was asking about users in Home vs users in My Work. The fieldname for users in Classic vs New Experience is "Has Quicksilver". By now it's invisible, but for example I made a column thusly (stole the code from another "has" field):

displayname=

linkedname=direct

namekey=hasQuicksilver

querysort=hasQuicksilver

textmode=true

valuefield=hasQuicksilver

valueformat=booleanMessage

And I promise there's really no way to report on users in Home vs My Work.

Dave_at_PSU
Level 2
April 16, 2020

Skye, this is perfect. Thank you!! I had submitted a ticket to WF support and they said there's no way to report on this. Looks like you outsmarted WF! :-) Well done. I had added a custom field to the users, so that whenever I enrolled someone in NWE, I just put a checked that field. That worked just fine - I can report and chart enrollments. But this is better - now I don't have to remember to update their accounts when I enroll them.

Level 2
July 20, 2020

This helped me so much! Thank you @Skye Hansen‚ 😄

August 10, 2020

Awesome! Thank you!