Expand my Community achievements bar.

Wondering how Workfront Proof works? Join our AMA on May 8th and ask our Community experts!
SOLVED

how to track User's previous access Level information

Avatar

Level 1

Hi team,

 

Iam creating a user decision report where i would like to know when did user move from Contributor to Light like the License modified date . Can any one help me with the expression to find this out ?

 

Thanks in advance!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Far as i know Workfront doesn't track the date a license changed. 

But you can use a JOURNAL report i think. Something like this? 

SveniX_0-1742910738216.png

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Far as i know Workfront doesn't track the date a license changed. 

But you can use a JOURNAL report i think. Something like this? 

SveniX_0-1742910738216.png

 

 

Avatar

Level 1

Thank you, i shall try

Avatar

Community Advisor

Some tips

Report filter

SveniX_0-1742912729334.png

 

column current access level

valueexpression=If(isblank({user}.{accessLevel}.{name}),"No access", {user}.{accessLevel}.{name})
valueformat=HTML
linkedname=user
namekey=view.relatedcolumn
displayname=Current Access Level
namekeyargkey.0=user
namekeyargkey.1=accessLevel:name
querysort=user:accessLevel:name

 

Column Updated from

valueexpression=If(isblank({aux2}),"No access", {aux2})
valueformat=HTML
linkedname=direct
namekey=aux2
displayname=Updated from
querysort=aux2

 

Column Updated to

valueexpression=If(isblank({aux1}),"No access", {aux1})
valueformat=HTML
linkedname=direct
namekey=aux1
displayname=Updated to
querysort=aux1