Cognos Experts!
I'm facing an interesting challenge and can't seem to come up with a solution. I have a simple dimension with Products that roll up 2 levels to a Market. For any given month I'm trying to calculate Market Share with a shared measure for Sales.
From a relational package, the user selects a Product from a value prompt which filters a Product specific query with Sales. This query is joined to a Market query (on Market and other common dimensions) which automatically filters this Market query for the Products Market also aggregating Sales. The join query then calculates Market Share by dividing Product Sales from the Product Query over Market Sales from the Market Query.
From a dimensional source (a Transformer cube not DMR) this isn't as straightforward and Joining Query Subjects results in an error (GEN-ERR-0015) about the function 'realDataMode' not supported. I've tried doing this with a UNION but can't figure out how to filter the Market query on the selected Product's Market.
Any thoughts, advice, tips?
Thanks,
Kado