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 |
How to write a condition for multy select in conditional formatting... Eg:- i added list,crosstab, barchart, columchart, guagechart, pie chart for value prompt by using static choices.. if i select multiple that all the things has to be display.. this is requirement how is possible to display..
How to identify in report that is apply as a detail or summary filter?By looking the report have to identify the report has applied as detail or summary filter to that report?
What is the difference between macros and prompt?
------------------- What is Busschema?
----------------Diff b/w Dimensional modeling and Relational modeling?
What do you understand by the term ‘frame manager' in cognos and write all the layers of the framework manager model?
please can you give me some banking domine calculations developed in framework manager plzzzzz thank you.
How can you schedule the report that it displays a day old data. (My answer was to create a view, but the lady wanted some other method).
What actually a project contains?
I would appreciate if any one answer for this, I have faced the question like this, the question was Tell me some complex reports, which u faced?
what is loop in frameworkmanager ?
What do you understand by the term 'aggregate cache'?