I have a report with n number of records. i want to take
alternative rows as a red in color. How to make it?
Answers were Sorted based on User's Feedback
Answer / wqer
In the properties of the table in which you are displaying
data look for "Alternate rows" and change the color to "Red"
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / narsi
i have a report with n number of records. if u want to take
alternative color. go for alerter --> give the condition if
u want the 0,2,4-- wise select the condition
=even(linenumber);
if u want to 1,3,5--wise
select the condition =odd(linenumber)
The above formula will take a separate variable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / glen
if remainder(recordnumber, 2) = 0 then
crRed
else
crNoColor
| Is This Answer Correct ? | 1 Yes | 2 No |
Hi, In BO at universe designer i had four tables which has many to many relationships between the tables. How to fetch the correct results in the report?
How to execute the MACRO through Infoview?
can anybody tell me about issues faced while creating reports
How will solve a loop caused by lookup table without using alias?
(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.
what is difference between Rich client web intelligence and Boxir2 web intelligence
WHAT IS THE DIFF BETWEEN BO6.5 AND BOXI
What is #refresh,#hash,#Comupation error and How to resolve #refresh,#hash error.
what is universe
IN BOXIR2 creating universe by using Designer and Business View. What is the difference b/t two?
WHAT DOES SQL TAB CONTAIN?
What are the types of errors you faced while creating a report from two different data providers