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.
Answers were Sorted based on User's Feedback
Answer / prathik
We can achieve this by using condition blocks.So that user can select the block which he wants to see based on the condition.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / seshu
We can do the same by using render variable but if you use the render variable that is better way to take two pages on one page you should have the list and on other page you should have both that are list and crosstab.
use one prompt with static choices that are as follows:
1>List
2>Both
make any boolean variable or string variable where you need to define the condition that if (?promptdisplayvalue?='list')
then
1
else
2
assign that 1 variable to the page where you have list and assign the value of 2 where you have both list and crosstab
| Is This Answer Correct ? | 1 Yes | 0 No |
OP, Can you clarify how to differentiate between the first user and the second user?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohana krishan kapa
You can use the layout calculation,
This will return the user Name and based on user name you can restrict the data.
| Is This Answer Correct ? | 0 Yes | 3 No |
i have one file i saved in csv how can i take these file into framework manager
What is defined as Query studio?
What r the names of the reports that you prepared?
What are the different uses of a repository manager?
what does my folder and public folder contains? difference between the my folder and public folder?
what is drill down and slicing and dicing what are the difference between them?
please can you give me some banking domine calculations developed in framework manager plzzzzz thank you.
what r the names of the reports that u prepared???
9 Answers Covansys, IBM, Wipro,
-----------Diff b/W Aggregate Function and Rollup Aggrigate Function?
3.User1 doveloped some report,user2 modify the same report and user 3 also updates in that same report? how to identify that report will be modified or not?
1 Answers IBM, Thomson Reuters,
I have tables like tableA&tableB,in tableB columns(sno,month,netrevenue,year),by using both the tables we hava to create list columns like(country,month,net revenue)when i run the report if my retrevenue'0'this plasa i want to display'NULL'
How to join multiple db in catalog?