Forum Discussion
johnwood
10 years agoNew Member
Filter data on USERNAME()
Hi, I am trying to implement the concept of a "MY" dashboard on a set of timesheet data. The only way I think this can be done is via the USERNAME() function. So far I have: 1. retreived a unique...
johnwood
10 years agoNew Member
Many thanks fbrossard.
I'm still a way away from the kind of solution you suggest...for the time being my users will have to filter on their name on screen!
greggyb
10 years agoResident Rockstar
If you publish your report as an Organizational Content Pack, your users will be able to Personalize a copy, and save it with the filter applied to their name. If the report design doesn't change often, this should be pretty convenient for them.
- CassioDias9 years agoRegular Visitor
and if I want to create a column using the following function new column : = if ( [email User ] = username (); " my dashboard ", " other " ) I would create this function to know how much " my dashboard " is . suppose I want to know how much is my sales within the company, but I can not see how my colleagues have to share.