How to make alternative rows red and green in WebI Report?
Answers were Sorted based on User's Feedback
Answer / narender
Go to Table properties ......> Appearance ......>
Alternative Row/Column colour and select frequency is 2 and
select the colour.
| Is This Answer Correct ? | 16 Yes | 4 No |
Answer / riaz
@Narendra : In which version this is available bro?
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gowthami
Hi Riaz,
This option is available in WebI 4.2 version
thanks
Gowthami
| Is This Answer Correct ? | 0 Yes | 3 No |
Difference between Decode and Case?
What is the pivot option ? what is the need of it?
how many reports have u created ? explain a few.
0 Answers Bank Of America, TCS,
What are the Different Data Providers support in Web Intelligence and DeskTop Intelligence?
What is the use of Surrogate Key in BO?
what is the use of merge option in webi reports? explain with example?
What is the architecture of ur project? can u explain it? PLz
what is a filter?
I need to select the rows based on the latest 'Payment_due_date' column value. Let's say I have a Deski report with 3 columns: Payment_due_date, Cust_Name, Oustanding_Amt. Report is like this: ===================================== Payment_due_date,Cust_Name,Oustanding_Amt 02/28/11 , Bob, 115 03/31/11 , Bob, 90 02/28/11 , Mike, 120 02/28/11 , Susan, 220 05/31/11 , Bob, 80, 03/31/11 , Susan, 70 05/31/11 , Mike, 220 05/31/11 , Susan, 120 04/30/11 , Susan, 130 So,we would like to see (based on latest Payment_due_date) ================== 05/31/11 , Bob, 80, 05/31/11 , Mike, 220 05/31/11 , Susan, 120 Oustanding_Amt comes as SUM(Oustanding_Amt) from Universe. If we use Max(Payment_due_date),we do get one row but then, the column 'Oustanding_Amt' sums up. Not allowed to use do SQL Override .Context Operators aren't working. Thanks in advance:)
CAN WE CREATE VIEW IN BO (NOT DERIVED TABLES)?
Is there any other repository domains rather than universe, security, document?
I have only 1 dataprovider and using that i have to create 2 tabular report on Webi on same page. One report will display all the salary details and other report will display only max salary. How will you achieve this.