Re: Detail Filter w/ Hard Coded Start Date to Current_date
Quote from: Cognos_Jan2017 on Today at 11:34:16 amWe have successfully used Date Prompts for "From - To" w/ parameters for many Reports.But for a new Report we need a Hard Coded Start Date ...the...
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
Thank you MFGF.QuoteIs this a dimensional or relational package? If a relational, is the item in question definitely a date datatype? Can you give us the exact filter syntax you have tried, and any...
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
Can CONFIRM that removing Detail Filter attempts of ...[Date Of Incident] >= 10/1/2017[Date Of Incident] <= Current_Date... and then View tabular data for the only Query in this Report does NOT...
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
Got this to WORK !!![Date Of Incident] between Cast('2017-10-1', date) and current_date... which WORKS !!!
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
The above Detail Filter ...It validates, but doesn't return any data. Will examine more tomorrow.
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
It didn't work because hard coded Site had NO data.DID WORK for a Site with data !!!!
View ArticleUnwanted Stitch query
I've encountered a situation where I am seeing a stitch query being performed when a certain data item is pulled into my analysts report. I've read up as much as I can on stitch queries and how they...
View ArticleRe: How do you filter for a long list of values in a report?
Filter uses "in".Create a prompt page and add and configure a text box prompt to multi-select = yes and multi-line = yes.As-of 11.0.7, there is a bug in the text box prompt in the interactive viewer....
View ArticleRe: Error in Reports with Html Tags Version 11.0.9
Last try. I've updated the code to use bootstrap v4, but that requires poppover.js (which you can download here) be placed under webcontents/bi/pat/The previous version of bootstrap kept popping up an...
View ArticleRun in Excel in full interactivity Issue (Cognos 11.0.7)
Hi All,We are currently using Cognos version 11.0.7. When we have set the Interactivity mode to YES, and we try to export the report to excel, we are facing the below issues.1. The prompts are...
View ArticleRe: Anyway to force a report to have output as .csv
in your user preferences, you can set a default type for *all* report executions. I'm not aware of being able to do this by report.
View ArticleRe: Formatting data in Dashboard
Hi,Drop a date on Dashboard and expand the Date.Go to Level one of Date Column and click on the right of Date, it will show the options Filter,Sort,Top or Bottom,Format and Remove column. but you may...
View ArticleRe: Multi Page-portlet in cognos 11
Hi,http://www-01.ibm.com/support/docview.wss?uid=swg21379998This may help you.Thanks,Pratap
View ArticleRe: Detail Filter w/ Hard Coded Start Date to Current_date
Quote from: Cognos_Jan2017 on 15 Feb 2018 03:54:35 pmIt didn't work because hard coded Site had NO data.DID WORK for a Site with data !!!!Hi,It ought to work without the cast, too. I suspect the issue...
View ArticleRe: How do you filter for a long list of values in a report?
Quote from: dougp on 15 Feb 2018 06:30:59 pmFilter uses "in".Create a prompt page and add and configure a text box prompt to multi-select = yes and multi-line = yes.As-of 11.0.7, there is a bu...
View ArticleRe: Run in Excel in full interactivity Issue (Cognos 11.0.7)
Quote from: Raghuvir on Today at 01:29:12 amHi All,We are currently using Cognos version 11.0.7. When we have set the Interactivity mode to YES, and we try to export the report to excel, we are facing...
View ArticleRe: Unwanted Stitch query
Quote from: MichaelB on 15 Feb 2018 04:33:41 pmI've encountered a situation where I am seeing a stitch query being performed when a certain data item is pulled into my analysts report. I've read up as...
View ArticleRe: Anyway to force a report to have output as .csv
Quote from: cognosdelaware on 14 Feb 2018 10:30:13 amHi, Is there anyway to have a reports default output be csv instead of the html when it is run? It is an adhoc run and not a scheduled...
View ArticleRe: Multi Select when Applying Styles
I have created a request for enhancement. The RFE number is 116516.The RFE site allows users with an IBM ID to vote for enhancement requests (it is free and easy to get an IBM ID if you don't already...
View ArticleRe: need a css wiz
That is an awesome technique - does it work on active reports both in browser and in the mobile app?
View Article