Hello, I am trying to drill-through from a "master" report to another "slave" report that has different report pages (2 pages). On the Slave, I created a Report Variable with 2 different string values. On each Report Page, under Render Variable I se...
↧
Drill-Through from "master" report to "slave" with multiple pages
↧
Re: Eliminate "page down" entirely??
What do you mean by the "list" in quotes?
my page has a bunch of cross tabs and visualizations... lets just say crosstabs for sake of argument... 10 cross tabs each with no more than 20 rows... how can i get it so all 10 of them stay on page 1 with a ...
my page has a bunch of cross tabs and visualizations... lets just say crosstabs for sake of argument... 10 cross tabs each with no more than 20 rows... how can i get it so all 10 of them stay on page 1 with a ...
↧
↧
Re: Eliminate "page down" entirely??
Change every crosstab in your report to have the pagination as the following attached image.
↧
Re: Run Event only if Report > 0 rows
How about bursting? Use only one grouping. No data, nothing matches the group, so no email.
↧
Count refused from Y axis of line graph because it's not a measure
We have recently migrated to Cognos Analytics 11.1. Now I want to create a line graph where the X axis is year-month and the Y axis is a count of some idea. This count is done with the count function. When I drag this data item to the Y axis area of th...
↧
↧
Re: how to load google map using custom control
Hi azamamin,
Not speaking about the error, but about your JS code.
Please post your JS code by using the appropriate button "Insert Code" - and please ensure that it is correctly formatted.
So that, me or somebody else could check more easily the probl...
Not speaking about the error, but about your JS code.
Please post your JS code by using the appropriate button "Insert Code" - and please ensure that it is correctly formatted.
So that, me or somebody else could check more easily the probl...
↧
Re: how to load google map using custom control
Hi Sunchaser, hope this can help u.
define(["https://maps.googleapis.com/maps/api/js?key=API_KEY&callback=initMap", "jquery"], function (mapboxgl, jQuery) {
//Add Variables
"use strict";
var map = '',
bounds = '',
geojsonFeature = {};
function Ba...
define(["https://maps.googleapis.com/maps/api/js?key=API_KEY&callback=initMap", "jquery"], function (mapboxgl, jQuery) {
//Add Variables
"use strict";
var map = '',
bounds = '',
geojsonFeature = {};
function Ba...
↧
Re: Count refused from Y axis of line graph because it's not a measure
What's the usage of the query item?
↧
Re: Count refused from Y axis of line graph because it's not a measure
What is usage and how can I see or modify it? The attributes of the data item that I see are: type, name, label, expression, detail aggregation, summary aggregation, pre-sort, detail, calculation intersection and solve order.
↧
↧
Re: how to load google map using custom control
Not having looked at the JS itself, shouldn't API_KEY in the define URL be the actual API Key that google has provided you? https://developers.google.com/maps/documentation/ja...
↧
How to choose new or different source?
I have an old report of which the souce package apparently moved, so it's invalid / gone. How can I choose a new package in Cognos Analytics 11.1? I want to run this again to see if it still works in Cognos Analytics 11.1, apart from a different packag...
↧
Re: how to load google map using custom control
This is just an example, the actual code is included with the actual API key value
↧
Re: Count refused from Y axis of line graph because it's not a measure
I googled "cognos usage" and got this:
https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ug_fm.doc/c_usage_property.html
If you select a query item in the metadata tree and view the properties you will see that one of the ...
https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ug_fm.doc/c_usage_property.html
If you select a query item in the metadata tree and view the properties you will see that one of the ...
↧
↧
Re: How to choose new or different source?
I have an old report of which the souce package apparently moved, so it's invalid / gone. How can I choose a new package in Cognos Analytics 11.1? I want to run this again to se...
↧
Re: Run Event only if Report > 0 rows
How about bursting? Use only one grouping. No data, nothing matches the group, so no email.
Thanks for the reply! From a glance at the documentation, this looks like t...
↧
Re: R5 - Updated Data Set (Column) not updating in Data Module
Today, I read the whole documentation and it wasn't there. I worked it out by luck after trying multiple things. I should have treid cognoise before
↧
Re: R5 - Updated Data Set (Column) not updating in Data Module
There's actually something.
https://www.ibm.com/support/pages/how-add-additional-column-and-existing-data-module
In 11.1.6 it's better.
You can drag columns rather than tables.
If you drag a table there's a nicer, less scary message.
The following i...
https://www.ibm.com/support/pages/how-add-additional-column-and-existing-data-module
In 11.1.6 it's better.
You can drag columns rather than tables.
If you drag a table there's a nicer, less scary message.
The following i...
↧
↧
Question on business view - query subjects
I have a need to create a business query subject that will entail all attributes.
I have a FACT Table (containing measures and related attribute IDs for example, Product Type ID and Product Status ID), Product table (connected to Fact Table), and a Pro...
I have a FACT Table (containing measures and related attribute IDs for example, Product Type ID and Product Status ID), Product table (connected to Fact Table), and a Pro...
↧
Re: Version Control for Cognos Reports
Dougp - Would you be willing to share more specifics on how you automate the process of pulling the XML from Cognos?
↧
Drill Through in the same Report
Hello to all
I have a requirement in a report, to be able to drill through from one page to another by clicking in a specific value on one column. I have have tried several things but an error always appear to me. Can someone tell me if they have done ...
I have a requirement in a report, to be able to drill through from one page to another by clicking in a specific value on one column. I have have tried several things but an error always appear to me. Can someone tell me if they have done ...
↧