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 |
Can anyone tell me how to display (calculate )Turn Around Time between two dates in the BO Report? Thanks in Advance
11.what are the features in BO?
what are they different types of report in BO?
can any one say me exactly when and where alias and context are used in resolving a loop. If possible try to give me a scenario also.
HOW DO YOU SCHEDULE THE REPORTS?
What is security level in BO ?
I have 2 tables. Table 1 is employee table and Table2 is department table. In employee table i have 1,2,3,4,5 emp id's,in Dept table i have various dept's like a,b,c and i have 2,3,4 emp id's in my dept table.I joined with these 2 tables.I want the results for equi join means how many records will fetch.In the same scenario i have to know the left outer join, right out join and full outer join resuls means how many records will come. can any body tell me the answers
What is the Difference b/w Server based Ranking and normal Ranking?
How we can add a comment in universe...?
Hi, i have 10 data providers in report? i want to see only two data providers remaining are hide? how can do it? Thanks&Regards raghu.shiva
What problems you have faced while creating an universe? tell me an incident and how you went about solving it?
WHAT TYPE OF JOINS RETURNS INCORRECT RESULTS?