every alternative row should be hilighted ? how u can ?
Answer Posted / krishna
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 |
Post New Answer View All Answers
Can more than 1 metric be applied on an analytic in business objects?
Explain the difference between union and group?
Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?
How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)
Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
how to prepare the documentation in business objects and where to get the requirement?
What Is The Difference Between Oltp And Olap?
What is the difference between datawarehousing and businessintelligence?
What is top business?
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
what are the day to day activities of BO administrator ?
I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.
What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?
What are the data types present in bo? What happens if we implement view in the designer and report?
Can I create a master report in webi having 15 dimensions and 150 kpi's with 100GB of data and store it in cache ,So that I can use Cache for building new reports with less dimensions and Kpi's without hitting database againg just using cache??Please suggest...