What is stitched Query?
Answers were Sorted based on User's Feedback
Answer / kruthi
stiched query sends two seperate queries to data siurces
and merge them internally.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / cherry
when we have multi facts objects involved in our report,
Cognos will generate two separete queries with each Fact
table and combine them with FULL OUTJOIN. These queries are
called Stitched queires.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / saj
A query that uses multiple facts from different underlying
tables is split into separate queries for
each underlying fact table. Each single fact query refers to
its respective fact table as well as to the
dimensional tables related to that fact table. Another query
is used to merge these individual queries
into one result set. This latter operation is generally
referred to as a stitched query. You know that
you have a stitched query when you see coalesce and a full
outer join.
A stitched query also allows IBM Cognos software to properly
relate data at different levels of
granularity
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / santhosh kumar s
When dimension is joined with two fact tables this stitched
Query takes place.
EX: Say table Dim_Product ,fact_retail sales and fact_sales
If we write query for this like dim_product inner join with
fact_retail sales and inner join with fact_sales
Result:We will get wrong data(will get multiplied with one
record with all the records in other table)
To over come this:
Should write two seperate queries and should join them .
Result:Will get required data
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhaskar.nagi
The SQL generated by Cognos 8 known as a stitched query.
Stitch query in cognos to avoid full outer joins. If you are
trying to model a full outer join involving two fact tables
related through a common dimension table, note
that Cognos 8 will handle such situations using a stitch
query, which does not require that you model any of the
relationships as an outer join. As of my understanding, this
is kind of after importing metadata, when we are giving
joins or relationships between the queries, for better
performance and to be not confusing in giving the joins we
will be breaking the query to multiple queries or merging
two queries in to one query. those queries are called
stiched queries.
| Is This Answer Correct ? | 11 Yes | 12 No |
I have 3 objects (list,cross tab and chart)in one page, when u run report display each object in each page. how can i do?
Can you define slice?
Why is auto-regression used in forecasting used on cognos platform?
Whrer u can save the Report net documentation in our local system?
What is a Complex report and explain?
please please give me some banking calculations in framework manager.
how u create security to reports ????
What are products of cognos?
Write a SQL query which should fetch the 5th maximum salary of an employee from the table?
what is the use of macros&folders&herarchies in frameworkmanger?
---------- Purpose of Factless Facttable?
-----------With out using DrillThrough how to do Reports?