Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all 13033 articles
Browse latest View live

Re: Calculated number in filter takes forever to run. Entering number is fast.

$
0
0
I suspect it's an issue with an index somewhere. Is Ship date a calculated field?

In the meantime try this:
Code: [Select]
[Ship date]>#substitute('a20','','a'+timestampMask(_add_days($current_timestamp,-90),'yyyymmdd'))#
Timestamp mask doesn't support y...

Re: Query Studio Prompt control changing after adding prompt in framework

$
0
0
Framework Manager allows you to define the generated prompt options. Expand Prompt Info, and change the Prompt Type from Server Determined to Select Value.

Re: Expand and Collapse without DMR

$
0
0
Thanks Paul. Report really helps.

I have extended it to 2 more levels and is working great.

However I am now in the process of enabling drill throughs for the actual measure values which should take to the detailed report. Since my hierarchy is not nat...

Re: Content Store Query - Report name, Package name and Data source name

$
0
0
Hi All,

I have a question in relation to the above.

I am trying to join to the correct tables in order to return the original report author, or rather the 'owner' of the report.

Has anyone tried to do this previously?

Thanks all!

Re: Query Studio Prompt control changing after adding prompt in framework

$
0
0
Hi Paul,

I have tried the option of changing the prompt control in framework manager but still it’s being overridden and text fields are shown.

The problem is at run time the prompt defined in framework is displayed and once a value is provided the val...

Re: Expand and Collapse without DMR

$
0
0
In this case you need to construct the filter expression on the fly. In the attached example I've added it as a text item in the crosstab node, but you can remove that and add it as a property of the node.

prompt(filter expression,default 1=1) + ' and ...

Re: Administrator can not add new users

Re: Create auto alerts on data change

$
0
0
many thanks used event studio will see how this goes

Load New table to schema for datamodule issues

$
0
0
we have been told by our provider that if they load a new table to the schema for datamodule they have to load all tables?  Can they not load just one table?
They did show us they clear the ticks on all tables then tick one table and click load and whe...

Consistent range on x axis for time in chart

$
0
0
Hi,

In my project we have requirement to show timestamp on x-axis and amount on Y axis for selected date.
Now user wants Consistent range on x axis for time for e.g. 6 AM to 9 PM as default minimum and maximum value and consistent interval .

I am not g...

Audit report issues

$
0
0
Hey cognoisers,

Does anyone know what the difference is between "basic logging" and "requested logging" when running the audit reports ? I assume the "requested logging" logs more data but in what extent ?. What I have found when reading about best pra...

Audit report issues

$
0
0
Hey cognoisers,

Does anyone know what the difference is between "basic logging" and "requested logging" when running the audit reports ? I assume the "requested logging" logs more data but in what extent ?. What I have found when reading about best pra...

Re: Prompt in FM for Query Studio

Re: Load New table to schema for datamodule issues

$
0
0
They're doing it incorrectly.

When new tables are added to a data base the source schema table list will add them with an unchecked checkbox.   Tables which already exist in the schema will show up with their associated checkbox in a checked state.   T...

List of values ( queryItem in prompt macro)

$
0
0
Hello folks, i' m using the queryItem property of macros syntax  to obtain a list of values to request for filtering but i ve noticed that cognos reorder the values in the list in alphabetical order even if i ordered the item in a descending order.
It ...

Re: Request was rejected because the query is busy??

$
0
0
Good luck reading the XQE logs though  ;D

Re: Load New table to schema for datamodule issues

$
0
0
thank you it is an error because when you add the newly added table to the module and select it there's an error when the data grid tries to get data.

so their issue they believe is because they leave all the tables ticked then system reloads all the t...

macro inside fuction parallelperiod is not working

$
0
0
Hi Experts,

we have different cube for each country. So we are using macro pull query item based upon the  country parameter. But in parallelperiod function is  working when we select county on prompt page for the first time. but after that if try to c...

Re: macro inside fuction parallelperiod is not working

$
0
0
That snippet really confuses me. Why use it if you have a 0 in there? Are you using it elsewhere? Also, mixing macros and aliases like that is an interesting choice. What value are you passing to p_Month?

Can you paste in a full example of a mun?

Re: Question when doing master detail

$
0
0
What query are you using to define the burst? The burst query can be completely separate from the other queries on the page, make sure that have the entire list of banks you want.
Viewing all 13033 articles
Browse latest View live