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



I have a report with n number of records. i want to take alternative rows as a red in color. How t..

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

I have a report with n number of records. i want to take alternative rows as a red in color. How t..

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

I have a report with n number of records. i want to take alternative rows as a red in color. How t..

Answer / glen

if remainder(recordnumber, 2) = 0 then
crRed
else
crNoColor

Is This Answer Correct ?    1 Yes 2 No

I have a report with n number of records. i want to take alternative rows as a red in color. How t..

Answer / ansari

There is command like alerter.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Business Objects Interview Questions

Can anyone tell me how to display (calculate )Turn Around Time between two dates in the BO Report? Thanks in Advance

1 Answers  


11.what are the features in BO?

2 Answers   IBM, TCS,


what are they different types of report in BO?

6 Answers  


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.

3 Answers  


HOW DO YOU SCHEDULE THE REPORTS?

5 Answers  


What is security level in BO ?

3 Answers   Accenture,


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

1 Answers   IBM,


What is the Difference b/w Server based Ranking and normal Ranking?

1 Answers  


How we can add a comment in universe...?

1 Answers  


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

1 Answers  


What problems you have faced while creating an universe? tell me an incident and how you went about solving it?

1 Answers   Fidelity,


WHAT TYPE OF JOINS RETURNS INCORRECT RESULTS?

2 Answers  


Categories