What is package in BO
No Answer is Posted For this Question
Be the First to Post Answer
Can some one explain in detail about the following: What are Traps? How to recognize the Traps? How to solve them?
Can We customize the Business Object infoview in BO?
what types of challenges we are faced in creating web i reports .can you please explain with some examples.
what are the all possible reasons of getting partial result on a webi report?
Difference between drill by and drill across with example?
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:)
How will solve a loop caused by lookup table without using alias?
Hi friends, How many types of dimentions are they ?What are they? Thanks in advance
what is fantrap ?
What is object stores?
Difference between scope of analysis in webi and in deski?
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.