Report Studio

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

Questions by Sameer Singhal

Showing Answers 1 - 24 of 24 Answers

Bala

  • Aug 1st, 2011
 

You have used the conditional block with render variable concept.

  Was this answer useful?  Yes

Srihari

  • Apr 6th, 2013
 

Report Studio is A Professional studio

  Was this answer useful?  Yes

syamkumar mudarapu

  • Feb 12th, 2014
 

It is Possible

  Was this answer useful?  Yes

Raghavendra

  • Mar 13th, 2014
 

We can do this based on conditional blocks and render variable

  Was this answer useful?  Yes

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.

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions