Re: IF THEN ELSE not working
Hi Ajay,I am seeing that there is syntax error in your code (bracket mismatch). It should be;IF ([CubeName].[Dimension].[Dimension]->?PromptMonth? = 'Oct')THEN...
View ArticleRe: Unexpected result of a union query in an active report
What is the datatype for that first column of information? It looks like a year and month but perhaps it is stored as a number rather than text?You might try casting that field to a varchar(6) in both...
View ArticleViewing an Active Report through Cognos Connection
Hi all,Version 10.2.1. I have created an active report that works great. I have it scheduled to run every night and users open it by clicking inside Cognos connection (View most recent report)This...
View ArticleRe: IF THEN ELSE not working
Thanks Mimo91Unfortunately no luck. I corrected the code as advised:IF ( [CubeName].[Dimension].[Dimension]->?PromptMonth? = 'Oct' )THEN (...
View ArticleRe: Query from Another Query (Relational)
If you post examples of your data and the desired output that will help with solving the problem. I like http://www.tablesgenerator.com/ for mocking up data tables.
View ArticleRe: Radio button issue using Firefox 54.0
Maybe this? I do not have ready access to test this out, but might be something to look at.https://www.fxsitecompat.com/en-C...
View ArticleRe: Cognos analytics(CA 11.0.6) unable to create the new ORACLE datasource
the jdbc file is also placed .....\ibm\cognos\analytics\drivers (assuming you are not changing the defaults). ?
View ArticleRe: Active report with check boxes
Thank you MF.i am working on version 10.2.1dies it support Rave visualisations?How to make them available tò use in cognos report studio
View ArticleRe: Nested Data Decks not working
Geat. Thank you so much MF.this means i cannot multiselect.. but i can select one value from each drop downs which shal reflevt changes in chart for combination. wonder why i used nested deck in the...
View ArticleRe: Active report with check boxes
Quote from: Sep2013 on Today at 08:49:14 amThank you MF.i am working on version 10.2.1dies it support Rave visualisations?How to make them available tò use in cognos report studioHi,You said previously...
View ArticleRe: Nested Data Decks not working
Quote from: Sep2013 on Today at 08:52:29 amGeat. Thank you so much MF.this means i cannot multiselect.. but i can select one value from each drop downs which shal reflevt changes in chart for...
View ArticleRe: Filtering In a Subject Query, Date/Time in FM Model (Relational)
timestamp literal is written as 2017-06-20 19:26:00.000 (note not a quoted string literal) it will be expressed in the appropriate literal notation for whatever database it is sent to (if the vendor...
View ArticleRe: 11.0.6 SSO not working
zakatak can you clarify your comments? is additonal config required to get SSO working on 11.0.6? Which web gateway are you referring to? The native one provided by the Cognos server or the one that is...
View ArticleRe: 11.0.6 Invalid login response with SSO Login URL Rewrite rule
An update on the 403 error: IT looks like my 'Reverse Proxy' rule was incorrect. After a great deal of fiddling about I got past this error. If I disable the Reverse proxy rule, the 403 error comes...
View ArticleFM Default Browser for Authentication From
Hi all,as you know, when anonymous authentication is disabled, FM displays an authentication form on bootstrapThis form use, as default, Internet Explorer. Because I have IE 10 and Cognos Analytics is...
View ArticleChange Schem Cognos analytics
Hi all,We want to migrate to Cognos Analytics and wants to change the content of the Scheme.We followed the steps given on the WEB for this. (changed Color, Logo etc.) however the customer want to...
View ArticleRe: Pivot a List to a Crosstab
When you want two numeric measures in a cross tab, you don't place them in the upper left corner, you drag them (nest) under your column data items. (or to the right of the data items in your rows).
View ArticleReport in Excel format with protected cells
Hi all,Every is in the subject: I've been asked if it is possible to create a report in excel format but with some cells automatically protected and some others not.My feeling is that the answer is...
View ArticleRe: Pivot a List to a Crosstab
Thank you tjohnson3050.I took the List and pivoted it to a Crosstab.Cognos automatically placed the 4 Measures in the Crosstab, butthe 2 Calculated Data Items stayed in the rows of the new...
View Article