Submitted Questions

  • Report Studio

    If you have a report with list and cross tab in the same page. How do yourestrict one user can see only the list and the other user can see both?

    Sandeep

    • Jun 4th, 2014

    You can use the function CSV IdentityName (or something similar). This will return the details of the user.
    Use this to check the current user, and base your conditional blocks on this.

    Smita

    • Apr 4th, 2014

    You have to create a variable to check which user is logged in uning the session parameter (eg. account.defaultName) and then assign this variable to either conditional block or use it as render variable for the Cross tab.