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

What is pragma?

1 Answers  


can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ? normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi

2 Answers   iFlex,


how can we overcome by loops?and also is it possible ,one user can different universe

4 Answers  


What is the need of live office connector

3 Answers  


Iam having an report it contain n number of rows i want to desplay each rows in one colur pls explain me its very important

7 Answers   Zylog,






when we go for snow flake schema rather than star schema ?

5 Answers   TCS,


Hi All, If anyone of you had very Latest & Authentic BUSINESS OBJECTS - XI Certification Dumps for the below Codes, can you please forward it to me, its really very urgent to me SABE 201, SABE 301, SABE 401, SABE 501V3.0 Thanks Mohan

3 Answers  


How toconnect one to one report?

4 Answers   iFlex,


when to go for alias and when to go for contexts

4 Answers  


Explain as a ba (business analyst) approaching a new piece of work, who would you interview and what questions would you ask?

0 Answers  


Once the project is submited to the Client. Client says that report is taking long time to run? Where u need to check?

2 Answers   Wipro,


What is the short cut join?

2 Answers   Wipro,


Categories