How to Implement the the Built-in Strategy Script in BO
Designer?
Answers were Sorted based on User's Feedback
Answer / zee
Built -in Strategies are already implemented, thats why
they are called built-in.
these can be modified, if required by modifying the
database.prm file
External Startegies are the ones which we can implement by
modifying the "database.prm" file as per the requirement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sss
strategy is used to extract structural information about the
tables, joins ...
bo has 2 strategy
1. built-in -strategy
2. external- strategy
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
What is DSS?? (Defination of DSS)
any body can give hirarchy of bussness object...i mean who will see reports after reports developing is fineshed...then next....
why do we use crystal reports rather than webintelligence reports ?
HOW YOU WORKED WITH MULTIPLE DATA SOURCES?IF YES ?HOW DO YOU LINK THEM?
how to test reports in businessobjects?
can you use inputbox in BOXI. e.g. checkbox,textbox etc.
WHAT ARE THE VARIOUS PRODUCTS IN BO?
How can you check the universe?
How to get red line in the graph at some point (value)? Example : In graph at 200000 value
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:)
Explain what is the difference between business requirement document and use case document.