COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Framework Manager => Topic started by: RL_Boston on 21 Jun 2012 02:03:28 PM

Title: Dimension won't display data in Query Studio filter
Post by: RL_Boston on 21 Jun 2012 02:03:28 PM
Hi everyone -

I have a simple dimension table and the data within the column will not display in a Query Studio Filter.

[DIMENSION_Table]
   [KEY] [int] IDENTITY(1,1) NOT NULL,
   [NAME1] [varchar](100) NOT NULL,
   [NAME2] [varchar](100) NULL,
   [NAME2_KEY] [int] NULL,
   [NAME2_ID] [int] NULL

My problem is with [Name1], none of the data appears when I try to filter it in Query Studio. I get this error 'Syntax error - filterDialog.js'
This column is set as an Attribute, is Nullable =  false, Regular Aggregate = Unsupported.
I also have Determinant on [Key] set to Uniquely Identified.

Any help would be appreciated, thank you in advance!


Title: Re: Dimension won't display data in Query Studio filter
Post by: bi4u2 on 25 Jun 2012 09:36:26 AM
Have you tried using Analysis Studio instead?
Title: Re: Dimension won't display data in Query Studio filter
Post by: RL_Boston on 25 Jun 2012 10:15:22 AM
Quote from: bi4u2 on 25 Jun 2012 09:36:26 AM
Have you tried using Analysis Studio instead?

No - We don't have Transformer setup yet for Analysis Studio.
Title: Re: Dimension won't display data in Query Studio filter
Post by: bi4u2 on 25 Jun 2012 11:16:44 AM
I have never had any luck with using dimensional data in query studio.
Title: Re: Dimension won't display data in Query Studio filter
Post by: bdbits on 25 Jun 2012 02:16:15 PM
To the best of my knowledge, Query Studio will only work with relational packages, and Analysis Studio with DMR or cubes. But you don't need Transformer to use AS, just a package with a dimensional model.

Do you have any problems querying the same table in Report Studio? At what point does the error message appear?
Title: Re: Dimension won't display data in Query Studio filter
Post by: RL_Boston on 25 Jun 2012 02:34:54 PM
In query studio, I drag the data item over.  I select the top of the column and click the filter icon.  For all my other data items, it'll automatically generate a list of whatever data is in that data item for me to select.  But for this data item, nothing appears.

I notice the error message because on the bottom right corner of my Internet Explorer window, has a caution icon and I double clicked it to get the error message.

Title: Re: Dimension won't display data in Query Studio filter
Post by: shahatwork on 08 Oct 2014 10:44:08 AM
RL_Boston, were you able to solve this issue ?

I am stuck with exactly same issue !