every alternative row should be hilighted ? how u can ?
Alternate row highlighting can be done by creating:
1. create a variable alternate_rowcolor with formula "=Mod((LineNumber()-1),2) (this will give the result 0 & 1 for number of rows in the table.)
2. Create an alert by making use of the above object and display red when value = 1 and yellow when value = 0.
Thats it!!
| Is This Answer Correct ? | 9 Yes | 0 No |
5.what is slowly changing dimension ?
what is difference between Rich client web intelligence and Boxir2 web intelligence
I have a column contains a data like A,A+,A++,B,B++ how u going to sort ther data?
can BO generate reports with out CUBICAL data to repository?
Hi frns, In the report level i have dragged objects in the query panel. If i check the sql query it is displaying 2 separate queries. What will be the possibilities for this?
how we transport universes from business objects 6.5 to BOXI R2?
while developing a report in BO i had created prompts at query level? When an end user runs the report he has to see the details of the report with out entering the prompt values? How can we do this in BO?
What is the local filter and global filter in bo's?
How to Avoid the overlaping the blocks in WEBI.
what happens if cardinalities are not resolved?
Suppose we had a scenerio like in an universe there are nearly 250 objects but only 50 objects data is updated frequently so is there any way to overcome it.(Birla Soft,)
In a column if the value is >10000, it has to show downwards Arrow in green color, If the value is <10000, it has to show upwards arrow in red Color.... How to achieve this?