In a context can i get the data from two different
factables by using the single data provider?
Answers were Sorted based on User's Feedback
Answer / divya
Yes, we can have one data providers for two different fact
tables, provided seprate context for each fact table and
checking the option separate query for each context in the
universe proprties tab.In that case we can have single
query for the objects coming from different fact tables but
we will get synchronization in the query
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / roni
In a single context, it is never possible to get the data from two different factables by using the single data provider
Is This Answer Correct ? | 0 Yes | 0 No |
WHO ARE THE USERS OF THE REPOSITORY?
What is the diff b/w BO webi reports, crystal reports and xcelsius ? Thanks...
how do u implement dense rank in a report?
How many universes will run maximum in single project
can anybody explain me in detail what is the difference between desktop intelligence and web intelligence in detail?
what is zero client and thin client ?
every alternative row should be hilighted ? how u can ?
How we can add a comment in universe...?
How to create a Pop-up in BOXIR2. Ex:- A class is having an object as "AGE", whenever this object is used in the reporting level automatically a pop- up will be coming which shows a prompt as "Please use the object DOB".
IF VIEW IS FASTER THAN DERIVED TABLE WHY WE ARE USING DERIVED TABLE IN BUSINESS OBJECTS?
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:)
User name and password is saved by Business objects when we create repository. and this username and password is saved in Table obj_m_actor table in repository. The password in incrypted form. It is possible to Dycrypt That Password.