Nesting Union Query in Join/Select
Hi I have set up my query as per below, I am stuck on where to put union query so I can filter it... code is ok until I add this.[code]select...
View ArticleCognos section fitlering all columns
I have a requirement to create a crosstab report which spans upto 9 pages.My datasourcse is tm1 dimensional cube. My rows are same across all 9 pages only difference is that my value of crosstab...
View ArticleRe: IF syntax question...
This is correct, there is no "IN" clause.You need to test your items within the brackets individually against vTestvalue. You can do this simplistically eg.IF ( ( vTestvalue @='ABC' %...
View ArticleRe: "Goto" type functionality in TI process ?
There is no GOTO function, however I like to split this out. If you've got code of about 2000 lines, I'd keep these in another process, so have something like this:# Process01 applies to all values of...
View ArticleRe: If -then- else statement error
Please let me know if there is some other information needed.I have tried replacing it with case statement also but nothing works.Thanks.
View ArticleRe: If -then- else statement error
Quote from: cognos4321 on 15 Dec 2017 12:54:17 pmHi ,I am trying to use a detail filter on a report where 'pVersion' is a parameter and 'abc' , 'def' are attributes of a dimension in the cube. The...
View ArticleRe: Nesting Union Query in Join/Select
to better explain below queries work on their own but I want to merge them together, PROP_NO would like them, I want to show CTR_SRC_CD from HDRs for PROP_NO Union query SQL[code]select CTRT_SRC_CD,...
View ArticleDo We have a chance to create a connection between Chart and Webpage ?
Do we have a Chance to create a connection between Chart and Webpage in cognos 11?I have a requirement where if i click the country, the concerned webpage of wikipedia should reflect in that...
View ArticleCreating a Connection between Maps and Visualization for Active Reports
Creating a Connection between Maps and Visualization for Active Reports in cognos 11?I have a Requirement where i need to connect between maps and visualization,but it is showing and error. Please find...
View ArticleRe: Understanding error message
How about a parameter map based on query items?If [QUserIDBridge].[Level03_Security] is something filtered by userid,you could define the paremeter map in the FM having userid as keyand...
View ArticleRe: Creating a Connection between Maps and Visualization for Active Reports
Quote from: Pratap Reddy on 17 Dec 2017 11:46:36 pmCreating a Connection between Maps and Visualization for Active Reports in cognos 11?I have a Requirement where i need to connect between maps and...
View ArticleRe: Crosstab in dimentionnal reporting
Quote from: backhandx on 15 Dec 2017 09:51:07 amThe 2 members are stacked vertically. It is strange because I get no data. could you see what is the problem?Hi,No - this ought to work just fine. Can...
View ArticleRe: IBM Certified Developer Cognos 10 Compatible with Cognos 11
Quote from: B.C. on 15 Dec 2017 11:19:20 amI am considering taking the IBM course "IBM Cognos Framework Manager Design Metadata Models (V10.2.2) - SPVC (Code J2A52G)" in order to take the the cert test...
View ArticleGet Location of an Object (path of directory)
Hi,I am searching for a fast method to get the location of any arbitrary object / entry in the content store.Background:Our LDAP Namespace is encrypted, i.e. the CAMID within Cognos looks something...
View ArticleRe: "Goto" type functionality in TI process ?
Thank you.Never thought to do that -- but that makes so much sense.
View ArticleNeed Suggestion on Dynamic Cubes
Guys Looking for a Suggestion:This is first time i want to Leverage building an Ad Hoc Solution for a Client and have Decided will use Dynamic Cubes . Here is My Question: We have 2 Facts and 10...
View ArticleRe: If -then- else statement error
Thanks for the reply , Kiran.Nesting didn't work too.So, here's what I did.1) As mentioned earlier the below mentioned statement gives correct resultIf(?pVersion? = 'budget') then ( [abc]=1)else ([def]...
View ArticleRe: List next to Crosstab so metrics from 2 dift queries display side by side?
Hi Hespora, the trouble I'm having is combining the columnar values so that they display properly.For example, I have a 'YearMonth' field that should display the month rate for a certain KPI, and then...
View ArticleRe: Joining Queries
Thank you! That is working now. Great advice. I will start to work this logic in on more of my reports now.
View Article