Ihave one report.Now i want to display that report as one
row as one color and another row as another color.The
entire report i need like that
Answer Posted / krishna murari
Alternating row shading can be done in deski.
To show the different color in different row
Create a New variable.
put the formula
=Mod(Rowindex(),2) in new variable.
click ok.
add this variable in to report
Now create a Alerter and put 1 or 0 and color.
Now you can get the different color in different row.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain what are the steps to be taken to schedule the report?
what is universe null
Hi, I would like to know how is the integration if we want to use Oracle Essbase as the Cube Engine, and present the Cube by Business Objects Presentation Layer? Can Oracle Essbase be integrated with Business Objects? Thanks,
BO Security (creating the restriction sets in Universe and applying on selected groups or users) or Database security (Creating the tables in database insrting the user details in that tables and giving conditions in self restricting joins in Universe )Which Security will improve the performance of the reports and for best practices ? I am thinking BO Security will give the better performance, could you please share your thoughts on this please... Thanks...
Explain how to execute the plsql procedure from the report by clicking with mouse?
If I have three predefined prompts. In a report it will come randomly. How they will come in a specified format?
How to open a universe with out using the Designer ??
What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?
explain in detail about type 3?
how to create metric universe ?
Explain what are the measure objects?
How were the reports scheduled and how to resolve unexecuted documents?
Explain when to use local filter and when to use global filter?
how many reports have u created ? explain a few.
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye