Thanks Paul. Something such as a customer survey on each version?
↧
Re: Cognos Events - feedback request
↧
Re: Cognos Events - feedback request
Thanks Paul. Something such as a customer survey on each version?
Maybe a customer and business partner survey? It's the consultants that have to suffer building th...
↧
↧
Re: Changing Datasource within Package in 10.2
I'm struggling to understand what you are doing in your report. Can you emulate it using one of the sample packages and post up the report spec so we can see what you are doing?
M...
↧
Re: Cognos 11.0.7/8 with IIS issues
I am in same boat, but I would like to use https for user access. Can that be done without a web server?
↧
Re: Universal report watermark
Ah, thank you! I'll give this a shot - we're in the process of moving from 10.2.2 to Analytics and we have some other snags to work out too, but I'll post an update once I've had a chance to try this out.
↧
↧
Cognos 10.2.1 crosstab formating on different measure
Hi, I am working on cognos 10 Report Studio, I have a crosstab with dim1 on row header, dim 2 on column header and Fact1 on intersection.
Now I need to format Fact1 based on Fact2.
I tried.
1. when with only 3 data items in report, if I try to use cond...
Now I need to format Fact1 based on Fact2.
I tried.
1. when with only 3 data items in report, if I try to use cond...
↧
Re: How to create dynamic page sets based upon user's prompt selections?
You can do this by doing the following:
Create a data item that uses a prompt token expression
The use values...
Create a data item that uses a prompt token expression
Code: [Select]
#prompt('pBreak','token')#
On the prompt page create a value prompt for this pBreak parameter and set it up to use static values.The use values...
↧
Re: Javascript for Tooltip
No JavaScript needed. No length limitation.
I just found this example report. I don't remember where I got it.
[code]<report xmlns="http://developer.cognos.com/schemas/report/9.0/" application="true" expressionLocale="en" useStyleVersion="10"><!--RSU...
I just found this example report. I don't remember where I got it.
[code]<report xmlns="http://developer.cognos.com/schemas/report/9.0/" application="true" expressionLocale="en" useStyleVersion="10"><!--RSU...
↧
Filtered Aggregates possible?
I have a query with 3 dimensions and a measure. Assuming the result set looks like this:
[code]
Dim1 Dim2 Dim3 Measure
A C G 1
A C H 2
A D G 3
A D H 4
B E G 5
B E H 6
B F G 7
B F H ...
[code]
Dim1 Dim2 Dim3 Measure
A C G 1
A C H 2
A D G 3
A D H 4
B E G 5
B E H 6
B F G 7
B F H ...
↧
↧
Re: Hide/Un hide based on prompt selection in report page
You can create a copy of the same object(list/crosstab/chart or whatever) and render it using a variable. The variable expression should be written to render the object only when the parameter value is all. Then set Drill through for only one object(i....
↧
Need to copy queries and report page from One Report to Another Report
Hello Everyone,
I need to copy existing queries & report pages from one report to another report ..
Earlier we used to copy queries & report pages in Cognos 10.x.x versions and it allows to copy.. but it's not allowing in Cognos 11.0.6.
Is there any wa...
I need to copy existing queries & report pages from one report to another report ..
Earlier we used to copy queries & report pages in Cognos 10.x.x versions and it allows to copy.. but it's not allowing in Cognos 11.0.6.
Is there any wa...
↧
Re: Hide/Un hide based on prompt selection in report page
Hi Danielwilstone
Thanks for reply
I have tried the same but here the problem is if prompt is having Blank then that time also drill through shpuld be enable,this is not happening in this case
Thanks
Thanks for reply
I have tried the same but here the problem is if prompt is having Blank then that time also drill through shpuld be enable,this is not happening in this case
Thanks
↧
Re: Error in Cognos Export Utility(Content Administration)
Hi MFGF,
Today I was trying to restart the Cognos services and found the following warning on Notification store database :
[Validate database connection properties.]
[ ERROR ] ...
↧
↧
Re: Hide/Un hide based on prompt selection in report page
Hi danielwinston
Thanks for reply,
Blank is showing in second prompt(pls find the attached screenshot),If is is (Blank) then drill wil be enable
Prompt is optional and for prompt2 cascading source is propmt1
Thanks
Thanks for reply,
Blank is showing in second prompt(pls find the attached screenshot),If is is (Blank) then drill wil be enable
Prompt is optional and for prompt2 cascading source is propmt1
Thanks
↧
Re: 11.0.7 and excel 2016 connection issue
MFGF, server address without the port was the problem.
After adding proper port to the address it works just fine.
Thank you for your help!
After adding proper port to the address it works just fine.
Thank you for your help!
↧
Re: 11.0.7 and excel 2016 connection issue
MFGF, server address without the port was the problem.
After adding proper port to the address it works just fine.
Thank you for your help!
Glad it worked!

MF.
↧
Re: Hide/Un hide based on prompt selection in report page
I assume prompt 2 is a single select seeing the screenshot. And I assume (blank) is also one of the values in the data item that the value prompt is pointing to. If yes, then Pointing 'All' to yes and other values to No should work fine because 'Blank'...
↧
↧
Re: Hide/Un hide based on prompt selection in report page
"ParamDisplayValue('Paramname') is null" should be the expression. In case (blank) is selected, the expression becomes not null. Render the object without drill through to 'Yes' and render the object with drill through to 'No' using either Render Varia...
↧
To See Only One Record When 2 or More Entries for An Incident ID
I have a Microsoft Access background where I would Group On Fields and have a "First Of" to see only one record when 2 or more records exist for an "Incident ID" (example here from [Contributing Factor] entries).
Hope the formatting (when Posted in Cog...
Hope the formatting (when Posted in Cog...
↧
Re: To See Only One Record When 2 or More Entries for An Incident ID
Hey Bob
You can either move contributing factors to the last column and group the list on all other columns or you can use a repeater control in reporting tool to generate a comma separated string of contributing factors so that the incident appears in...
You can either move contributing factors to the last column and group the list on all other columns or you can use a repeater control in reporting tool to generate a comma separated string of contributing factors so that the incident appears in...
↧