Re: how to add DO NOT REPLY to Cognos scheduled emails
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 luckNew guy
View ArticleRe: from one input field to another input field??
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".
View ArticleRe: from one input field to another input field??
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 =...
View ArticleSOLVED: Render Report Page Based on Prompt
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:...
View ArticleRe: Render Report Page Based on Prompt
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...
View ArticleRe: Render Report Page Based on Prompt
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...
View ArticleRe: PowerPlay Server vs transformer client
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...
View ArticleRe: Slow portal
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....
View ArticleRe: Segmented project & minimized SQL
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...
View ArticleRe: How to get the value of which radio button was selected?
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...
View ArticleHow do I validate Text Box Prompt has a value and is selected?
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...
View ArticleSQL sever date column convertion from varchar to date
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...
View Articledeleting old namespace and adding new space
Hi,In my productionCOgnos 10.2 I have namespace name as hello and namespace id as hello1now in dev i have installed cognos 11 with namespace as hello and namspaceid as hello2now i am pointing my...
View ArticleRe: deleting old namespace and adding new space
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...
View ArticleRe: SQL sever date column convertion from varchar to date
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(...
View ArticleCognos content store migration
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...
View ArticleDashboard Best Practice - Require UX expertise and feedback / Resources
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...
View ArticleRe: Hide crosstab column
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...
View ArticleRe: Hide crosstab column
Quote from: priya@90 on Today at 02:56:13 amHelloo 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...
View Article