Re: Joins in Database or Logical layer?
Quote from: MFGF on Today at 08:29:59 amMy earnest advice is not to. This can lead to reduced query minimization (and therefore less efficient queries). Just my tuppence MF.I also use the database...
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
QuoteCan you explain what logic should dictate this breakdown? ... There is no join or correlation between them.I thought if the model has the following join logic:Dim1 1.n F1Dim1 1.n F2Dim 2 1.n...
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
Quote from: bladeless on Today at 09:04:40 amI thought if the model has the following join logic:Dim1 1.1 F1Dim1 1.n F2Dim 2 1.n F2and when we add into QS/RS columns from F1 and Dim2 (without adding...
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
Oh, sorry. I copied the logic from 2nd post with mistake.Here is correct relationships:Dim1 1.n F1Dim1 1.n F2Dim 2 1.n F2
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
QuoteAn example of how a value from F1 should relate to Dim2 might help.[code]select sum("D"."Fact2") AS "Fact2" , sum("D3"."Fact1") AS "Fact1" , "D"."A" AS "A"from ( select sum("F2"."Fact2") AS...
View ArticleCognos 11.0.5 Legacy Charts
Good MorningI have a Cognos 11.0.5 installation and cant seem to find the legacy maps in Report Studio ?Have they completely switched over to visualizations ?thanks
View ArticleRe: Stopping a Report from Continuing in Report Author (Relational)
Quote from: BigChris on Today at 08:18:55 amDoes that send a message when a report/query hits the govenor though? (that sounds like a line from a Guy Ritchie movie somehow...)I believe a user would see...
View ArticleRe: Stopping a Report from Continuing in Report Author (Relational)
Sounds good. I'll try it. The song was probably for Madonna.
View ArticleRe: Transformer error while checking data in data source viewer - TR3311...
Thanks for your consistent response. So I have checked the space and it does look like I run out of space and that explains the error. However I have used the same model with the same number of...
View ArticleCustomizing a Time Dimension by Manually adding cubes - modifying the control mc
Hello Geeks,I am looking for a workaround to my cubes with time-based partition. I have 4 years of data with the partition every quarter. I am looking to build the cube for each year - one at a time....
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
Thank you, Lynn!The model that you provided is the same as I described.Why if I chose Dim2_Product, Fact1_StoreOverhead and Fact2_Material_Cost in FM Cognos generates the following SQL...
View ArticleRe: Two fact tables with different grain levels wrong results in Query/Report...
The way Cognos builds a stitch query follows the Kimball Drill-Across concept of querying two fact tables with a conformed dimension. This concept is for a separate sub query for each fact table and...
View ArticleRe: Passing Data Source Connection value through URL in Cognos 10.x
I need to do the exact same thing. Did you find a way to do this?Thanks!
View ArticleBar Charts with 10 Measures Visualizations
Team,I have two Charts (Bar chart & Stacked Bar chart) with 10 Measures need to be displayed for a Dimension (lets say PRODUCT TYPE). All the 10 measures need to be shown as Bars in the one Graph.I...
View ArticleMUN Issues ,need to cast the timestamp when using lastmonth
Hi , I have a member unique name which is for Feb 2017 as below[SalesCube].[Time Period].[Time Period].[Months]->:[PC].[@MEMBER].[20170201-20170228]I am generating this mun using below...
View ArticleReport Studio: Chart Visualization Error on embedded Prompt selection
Hi,We are encountering below Visuallization error ( as it seems) on selection of a cascading prompt in the Report studio Page.Anybody faced similar issues ?The version :...
View ArticleDonut Pie Chart - Data format
Hi Guys,I have a donut on a Cognos 11.0.5 dashboard. Is there way to format the values that are displayed in the different parts of the Donut pie chart.Thanks,Ajay
View ArticleBubble Chart - Data Values
Hi Guys,I have a packed Bubble chart on Cognos 11.0.5 Dashboard. I have set Categories and Color by Age-Group and Size by count(ID).Now bubbles show Age group as the labels. I want to show the Count on...
View ArticleERROR In an Aritmatic Expression in Framework Manager (Relational)
Hi, Good Morning,I'm getting error for the following expression in the Calculation within a Subject Query.If ([Physical View].[TYPE] ='1' and [Physical View].[K_CD] in ('1','8') and [Physical...
View ArticleRe: ERROR In an Aritmatic Expression in Framework Manager (Relational)
I don't see the attachment so I don't know what the error message is. Could you attach it please.
View Article