I am not sure if the subject make sense but here is what I am trying to accomplished.
I created an analysis showing ranking data for example
| Name | Sales % | Ranking |
|---|
| John | 90% | 1 |
| Peter | 80% | 2 |
| Joe | 70% | 3 |
But then I want when Joe logs in and run this analysis to see ONLY his record and see that he is #3
Or create another analysis that can be based on this but again to show only the log in user record and no one else but then show his record based on everyone else, in this case Joe would be # 3, Peter # 2 etc
Thanks
Joe