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 |
What is the pragma?
Explain what are the steps to be taken to schedule the report?
How to hide the table s in webi?can any one tell me plzzzzzzzz
HI i have a table with 4 columns in back end like sales id, sales revenue, order id and order amt. Now i have created 2 prompts at query level 1st on sales id and 2nd on order id. Now if i run the report for 1st prompt it has to display sales id and sales revenue. Then if i run the report for 2nd prompt then it has to overwrite the table with Order ID and order amount. How you will handle this?
Difference between Object varification and validation
How to create an popup in the WEBI report if the report is showing partial result?
How can you check the universe?
WHAT PROBLEMS ARE NOT KNOWN WHILE PERFORMING INTEGRITY CHECK?
Can any please explain FOR EACH AND FOR ALL?
WHERE DO YOU USE GLOBAL FILTERS ,EXPLAIN WITH EXAMPLE?
When we go for OLAP , and When we go for OLTP for generating the reports ?
How do you restrict access to rows of a database?