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

Re: how to add DO NOT REPLY to Cognos scheduled emails

$
0
0
Hi,
This has to be done on the exchange server. The user who replies to the server email will get the email back to him saying this is a no reply email.
Good luck
New guy

Re: from one input field to another input field??

$
0
0
Hi,

yes,I have two prompt.

It need to move from first date prompt to next prompt but its moving from first date prompt to "To Open Date".

Re: Query service Busy - Please contact Administrator

Re: from one input field to another input field??

$
0
0
This is one of those times where it's not worth fighting with the client.

Assuming you're on Cognos 10 the JavaScript is:
[code]<script>
var paulScripts = {}
  , oCR = cognos.Report.getReport("THIS")
  , gateway = window['oCV'+'_THIS_'].getRV().getCV(...

SOLVED: Render Report Page Based on Prompt

$
0
0
I am trying to render report pages based on a prompt. The prompt values are static choices are summary, detail. For simplicity, I use a boolean variable.

Created a variable with expression: ?pReportType? = 'summary'

When true, then page 1 should show,...

Re: Render Report Page Based on Prompt

$
0
0
You’re making it more complicated than it needs to be. Make it a string variable with possibilities “page1” and “page 2”. Create a variable with “ParameterValue(paramname)”. Assign render variable to the pages - tick the page 1 value for page 1, page 2...

Re: Render Report Page Based on Prompt

$
0
0
Thanks for your quick response John!! Was writing an update with the solution just now. You hit it on the head! Just had to change the variable expression to paramvalue(pReportName) instead of ?pReportName? = 'summary'.  None of the other techniques we...

Re: PowerPlay Server vs transformer client

$
0
0
i got the error fixed by Change Product language of Cognos Analytics to english (under my preferences).

Can we set default product language to english so that we dont need to make this change at login level.



Re: Slow portal

$
0
0
It is an import of our content store from Cognos 10.2.1 environments.  The DB size is 2.93 GB.  In 10.2.1 the interface is very responsive. 
I try to keep the number of items in any menu to <30.  Team Content's first menu has 16 sub folders and no rep...

Re: Segmented project & minimized SQL

$
0
0
Thanks MF!

I'll do that, if I can work out the admin bit (we go via a 3rd party for support).

Poor / erratic response times in Cognos is a big issue for us. While I appreciate that there can be many other factors at play here, do you, or does anybody e...

Re: How to get the value of which radio button was selected?

$
0
0
This is solved.

What I did was to create a global variable and each time the user clicks on the radio button, I set the global variable to a particular value and when I need to, I check this global variable.

How do I validate Text Box Prompt has a value and is selected?

$
0
0
Hi,

  I have a Multi-Select Text Box Prompt with the name called "ACCOUNT".

  As part of the control there is a box called "Choices:" which hold any values they insert(add) and then they need to select one or all of them.

  I need to do two things(via ...

SQL sever date column convertion from varchar to date

$
0
0
Hi,

I am having a issue with date conversion in one of my report. my database is SQL server.

I have year_date column in my query which data type as varchar. that column show data like 2017-06, 2017-05.

I need to get the report based on year_date prompt...

deleting old namespace and adding new space

$
0
0
Hi,

In my productionCOgnos 10.2  I have namespace name as hello and namespace id as hello1
now in dev i have installed cognos 11 with namespace as hello and namspaceid as hello2

now i am pointing my production content store in dev and i am getting an e...

Re: deleting old namespace and adding new space

$
0
0
so step 1 tried :

Removed the old namespace from cognos configuration and restarted the cognos service .

tried to login ,
got this error .
AAA-AUT-0013 The user is already authenticated in all available namespaces.

going to try :

allow anonymous access...

Re: SQL sever date column convertion from varchar to date

$
0
0
2017-06 is not a date, so _add_months() will not work with that as an argument.

Assuming your parameter is named ?yearmo?, your filter will look like this:

[code]
[year_date] between

cast(
   year(
      _add_months (
         cast(?yearmo? + '-01', date),
         -1...

Cognos content store migration

$
0
0
Hi All,

We are in a process to migrate Cognos content store schema to a different database. We are planning to migrate following below steps :

1. Stop Cognos services.
2. DBA will export the Cognos content store Schema and import in the new database.
3...

Dashboard Best Practice - Require UX expertise and feedback / Resources

$
0
0
Hi Guys,

We are looking to roll out our dashboards onto Cognos Analytics, and we are changing the look and feel of our dashboards.
I have googled a whole heap of resources on the web and its all great however it would be nice if we could get some direc...

Re: Hide crosstab column

$
0
0
Helloo MFGF,

Thank you very much for correcting the syntax and now iam able to execute without errors but whatever i expected result is not getting.

My year column is having 2015,16,2017 then how ur systax will work here i don't understand and what is ...

Re: Hide crosstab column

Viewing all 12971 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>