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 |
any body can give hirarchy of bussness object...i mean who will see reports after reports developing is fineshed...then next....
1.what is context? How u create? With example.
limitaions of cross tab ?
Can we do the slice and dice in webintellegence?
Difference between scope of analysis in webi and in deski?
Explain the difference between union and group?
CAN A REPOSITORY CONTAINS REPORTS?
What is domain? How many are there in a basic setup? What are they?
In a report i want to fetch teh data from 2 data Providers. which condetion wil satisfy to link the 2 data providers. ex: Q1 have columns A,B,C Q2 has a X,Y,Z columns. requirement is like i want to get all the columns from those 2 tables in report level..like A,B,C,X,Y,Z in a single report.
What is the purpose of @aggregate aware function?please draw, how you use the @aggregate aware function
6 Answers Cap Gemini, Deloitte,
How to Analyise 'Join' problem and which method is the best to resolve that ?
What is the use of Surrogate key in BO?