Re: Cognos 11.0.7 CustomControl JavaScript to remove top 2 lines from value...
<script language="javascript">var f = getFormWarpRequest();var list = f._oLstChoicesplaceyourpromptnamehere; list.remove(0);document.formWarpRequest._oLstChoicesplaceyourpromptnamehere[0].text =...
View ArticleRe: Hide Header in Cognos 11.0.5
Were you able to get this to work for hiding the header and toolbar in Cognos 11 reports. IF so, what logic did you use.
View ArticleRe: Date Format changed in Burst output
You've got the same question posted several times. I responded to one of the other ones. Not sure if it was helpful or not but others might waste time investigating/suggesting the same thing so thought...
View ArticleRe: Unable to create Dashboards in Cognos Analytics
Upgrade to 11.0.9 and try that.If not try and replicate the issue with Go sales(match your query subjects the same and the same number of dataitems - so if theres 20 data items in your query subject...
View ArticleBursting a report with multiple parameters for a combination of prompt values
Hi All,I have a report that has 13 prompts which can either be 'All' or have a value. Now the burst table in the database yields different results for different combinations of these 13 prompt...
View ArticleRe: Dashboard Best Practice - Require UX expertise and feedback / Resources
Theres loads of UI 3rd party outsourcing websites. Google " best Logos, Web, Graphic Design & More" . I have used the company with number 1 less than 100 in their title for business cards. You get...
View ArticleRe: Bubble Chart - Data Values
Not sure if you got this working. I created a workaround1)Create a data item in FM called Total for Age group. In the calculation have something like total ([countiddataitem]for [agegroup])2)Publish...
View ArticleRe: PDF images not displayed on Apache Web Server
Quote from: ipremar on Today at 10:14:52 amHello,Our environment is CA 11.0.7 with SSO and SSL with Apache Web Server.When we run a report in HTML images are displayed, but not when we run it in...
View ArticleRe: Creating data module from package & excel file
Quote from: robblob on Today at 10:37:51 amI should have known...I see what you see when I attempt to build the module in IE. Our default browser is Chrome, so this appears to be one of those...
View ArticleFilter to See Both Nulls and 4 Values
We have a Field [EIC] which can have may different entries, or be Null.Setting its Filter by clicking its Column in a List as ...1 - [EIC] includes Null2 - [EIC] includes ('A', 'B', 'C', 'D') <---...
View Articlepercentage in cogons
percentage((total([Presentation Layer].[Monetary Adjustments].[TRANSACTION_AMT])))which is a very good function to help you get the percentage of each item;;;;;;;
View ArticleRe: Total data item in sql select statement
many thanks... yes we have request a complete rebuild of our data warehouse and data mart as we should not be using sql so much. I will breakdown and see how I go.
View ArticleRe: Datetime convertion problem
I have not memorized error messages and I don't think there is a table of them available. Usually error messages have text after the number. There is the possibility that the text can give us a clue...
View ArticleRe: Datetime convertion problem
first what DB is your source. Second, have you tried current_timestamp?
View ArticleRe: Creating data module from package & excel file
Quote from: MFGF on 06 Feb 2018 11:12:50 amWeird! It works just fine for me in Chrome!MF.I used Chrome as well as IE..not working for me in both
View ArticleDynamically Change Report Output File Name
I have requirement need to concatenate Prompt values to report output file .Example : Report name : Sales Report.PDFPrompt Values : IndiaFinal report output name :Sales report_India.PDF
View ArticleDynamically Change Report Output File Name
I have requirement need to concatenate Prompt values to report output file .Example : Report name : Sales Report.PDFPrompt Values : IndiaFinal report output name :Sales report_India.PDF
View ArticleRe: Filter for first time use and onwards
You're correct in your assumption, applying this filter before auto aggregation will not yield correct results. Think about what it does:- on every row in your dataset, [Feature] is compared to 'D',...
View ArticleRe: Unable to create Dashboards in Cognos Analytics
Quote from: raj_aries81 on 05 Feb 2018 11:00:32 pmHi,I'm getting below error while creating a new dashboard using an existing Relational Package in Cognos 11.0.8'An error occurred while loading the...
View ArticleRe: Changing Datasource within Package in 10.2
Quote from: ackrite55 on 06 Feb 2018 03:57:06 pmThere is a query in an existing package that needs to be switched to a different datasource without access to Admin contents or Framewkmgr. Within Qry...
View Article