Explain about derived tables?
Answers were Sorted based on User's Feedback
Answer / vinay
derived tables are logical tables in the universe. to
reduce the query complexity and better query performance or
complex querys we write in derived tables. derived tables
are nothing but sql queries. thease tables can be used in
prompts...
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / srini
Some times the main query needs a driving query in FROM
clause, which is not possible to build. So we use derived
tables to fix this.
Example:
SELECT
----
FROM
TABLE1,
( SELECT
---
FROM
TABLE2
)DERIVED_TABLE
WHERE
TABLE1.COLUMN = DERIVED_TABLE.COLUMN;
| Is This Answer Correct ? | 1 Yes | 0 No |
Can anybody tell me the difference b/w canned and adhoc reporting?.
i Have created the universe in which i have one table and different derived tables from the same table i am supposed to create report from the same universe which should dispalay the duplicates rows, but all the time i run the report i am not getting the duplicate rows i have checkd the duplicate report option too in report.. is there problem with universe or report,.. can any body help?
what are the documentations u r created?
How we will show the pop message while selecting multiple input values more than 10 in Crystal reports or any other reports?
why we are using derived tables ?how it will help?
Suppose i have the sinario like this column1: e1,e2,e3,e4 : column2: 1,0,1,0 : column3: M,F,M,F : in this i want to disply 1 is male and 0 is female which is added to the another column like column 4 what is the process?
Hi, How to navigate one report to another report in webi? Thanks in Advance
Can we create universe with no cache??
Ihave one report.Now i want to display that report as one row as one color and another row as another color.The entire report i need like that
what is optional prompt in boxi r2
what is traffic lighting in business objects?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?