Re: Conditionally formatting single cell in row CrossTab
Thanks for the help, CognosPaul. We were finally able to get it working. Turns out the report that I was given to try and get this to work wasn't set up correctly to begin with, so even though how I...
View ArticleRe: Filter condition similar to sql
Hi Guys,Thanks for your response.I am using postgresql and it does support this syntax.Quote from: BigChris on Today at 09:55:07 amAre you essentially looking for those records where [Code]Col1...
View ArticleRe: Terminate BiBus automatically based on the size
Hi All,We do not have any additional dispatchers. Ours is a standalone installation. Although we have added two new processors, we are running out of resources the moment when BIBus's exceed 1.5...
View ArticleRe: Active Report (Relational) Challenge
Hi Cognoise,Any ideas or suggestions in this matter? I still can't seem to figure out an approach.Thanks
View ArticleFM Stored Procedure Error
Hello Cognoise,I noticed a very strange thing today while I was working on importing a stored proc into FM model.One of my store proc has a date parameter (optional though) and the data type of it is...
View ArticleRe: FM Stored Procedure Error
Have you tried:#prompt('pDate','date',timestampMask($current_timestamp,'yyyy-mm-dd'))#Stored procs in FM usually don't like having quotes in it.
View Articleadding conditional prompt native sql query
Cognos BI version: 10.2.1 using report studioI have a report with one prompt p1 and its a sql query based report.Prompt UI: p1 is a DropdownList(use value, display value)1-value1, 2-value2, 3-value3,...
View ArticleRe: How to set MUN default value in DMR reports
Quote from: MFGF on 24 Jan 2017 08:06:46 amThat's a good start. It raises an important question, though. Why, in your original expression above, have you set your default MUN to be[Fact KPI Summary...
View ArticleRe: How to set MUN default value in DMR reports
Quote from: inu on Today at 12:22:53 amThanks MF.#'[Fact KPI Summary Monthly (Analysis)].[Product Type].[Product Type Key]->:[PC].[@MEMBER].['+prompt('par_ProductType','token','Fact KPI Summary...
View ArticleShow/Hide the Prompt
Hi Team, Is there any way to show/hide the prompt without refreshing the page?I need to show one prompt based on the selection on other prompt meanwhile it shouldnt disturb other selection
View ArticleRe: Odd generated queries when using a dimension 1.000.000+ members
Thanks for yout input Paul!The field is set as an identifier, and the level is marked as unique.The problem with your advise is that I don't want to filter at all. I want to see ALL customers for a...
View ArticleDifference between calculated data items
Hi all,I have a crosstab report in which there are 2 calculated columns.Now I need to find the difference(variance) between them.I can't use tuple function since tuple doesn't work with calculated data...
View ArticleRe: A Text Child Node is Expected
It sounds like the report XML is malformed. An object in the page does not have a text item when it should. The best way to find it is to do a binary search: Delete half of what you have and then run....
View ArticleOptional Date Prompt to Native SQL
I have a optional date prompt(parameter name: dateparam) in the user interface. required=no, calendar type is gregorian, range = no.i have set the default text param to a space so that where clause is...
View ArticleCopy object between servers
Hi,I am working on using java code to deploy objects(report, Jobs) from one server to another. And I try to use the sample from http://www-01.ibm.com/support/docview.wss?uid=swg21335839[/...
View Articlewill it work?
HI we use cognos 10.2.1 and excel 2013 for some report output.our technical support department wants to upgrade to office 2016 will the output to office still work?i know ibm does not support it yet.
View ArticleSQL server Date format issue in FWM
Hi I am pulling data from sql server to frame work manager query subject.I have 2 date columns in my table Admit Date and Drug Started date.Admit Date format = 2017-01-05Drug started date format =...
View ArticleRelative path to package
I have a situation where I have more environments for my underlying data source than I have Cognos environments. Unfortunately adding additional Cognos environments to achieve one to one match is not...
View ArticleDimension Drill Down Subtotals
Hi everyone,I have drill through enabled on my dimensional layer which has a hierarchy. On that item, I put a subtotal. When you drill in the first layer (Company 1) the subtotal will say Company 1....
View ArticleRe: SQL server Date format issue in FWM
My first step would be to try to figure out what the error message is telling me. In your case, it is saying something about an operation being invalid with the combination of nvarchar and date2 data...
View Article