Re: Formatting for Excel output_Crosstab & Chart
Does it really have to be excel?Have you tried putting the chart into a block - that sometimes helps. At the end of the day, you might just be stuck with the way Excel formats the output...it's an...
View ArticleRe: Formatting for Excel output_Crosstab & Chart
Morning Chris,Yes output has to be in Excel, tried inserting separate Blocks, even inserted crosstab and chart in two separate table.but no luck
View ArticleRe: Formatting for Excel output_Crosstab & Chart
You can associate a query to the page and use that for your bursting. Then put your crosstab and chart wherever you like on the page with appropriate master-detail relationships.It has been a while...
View ArticleRe: Formatting for Excel output_Crosstab & Chart
Morning Lynn. Till today i tried that, it never gave me error, but i always got blank output (No Data available) .A bit more detail here:- we have separate query for Crosstab, Chart and also a...
View ArticleUnexpected result of a union query in an active report
Hey everyone,I got two queries with three different columns (date, sales of a, sales of b), the types match and the order is right.My Problem is the outcome of my Union query in a list is different...
View ArticleRe: Unexpected result of a union query in an active report
Looks like a good mockup to me! Try setting the aggregate properties in your union query. Set the date aggregate property to none, and set the two different sales aggregate properties to total.
View ArticleIssues with report bursting
I have a report filter with a list of hardcoded values for which the report needs to be bursted.The issue is I'm unable to see the reports for all values used in the filter. However, when I reburst the...
View ArticleRe: Does Visualization work in offline Active Report?
Quote from: tshw on 15 Jun 2017 07:02:39 pmThe mobile app just get stuck with each visualization saying "loading adapter bundle..."the render method is just the default "client"What version of 11 are...
View ArticleRe: Page Sets & Excel Tab Naming
Yup, you need to do the same for the batch report service.
View ArticleRe: Returning various parts of the same string
Yes, this is hideous. You should get something like this:Credit Group > Account Management > Loan Officer Portfolios > Credit Line ApprovalsOur audit database is SQL Server so this exact...
View ArticleRe: Returning various parts of the same string
Quote from: rhythmz on 15 Jun 2017 02:24:17 pmI am developing an audit report in which I want to obtain the folder path to a report. However, the best result set that I can get to is something similar...
View Articlepickup .pdf file cognos server
Can we pickup .pdf file from cognos server location and show it on a report? Anyone previously done please share the process you have done it.Thanks,Sukanya
View ArticleRe: Cognos aggregation - listagg
In general you are correct about the "aggregate:" directive, but you CAN cheat by wrapping the expression in braces to make it passthrough SQL. Code: [Select]aggregate:{sum(revenue) over (partition by...
View ArticleRe: Does Visualization work in offline Active Report?
No idea about Rave 1 or 2... I installed the latest 11.0.6It renders fine in browsers... just not in iPad's Cognos app... which leads me to think somehow these visualizations still need a connection to...
View ArticleTrial Version on Cloud - "Get Started" Button not working?
Hi guys,I want to get the trial cloud version going, but can't seem to get anywhere with the "Get Started" button.Does anyone have a link other than: https://www.ibm.com/an...
View ArticleRe: Trial Version on Cloud - "Get Started" Button not working?
If anyone's interested - I got in with this link (I'm in Australia): ibm.com/au-en/marketplace/business-intelligence
View ArticleRe: Does Visualization work in offline Active Report?
When you bring in a visualization the new Rave 2 visualizations are shown by default. If you click the funnel in the upper right hand corner of the visualization dialogue you can select the option to...
View ArticleRe: Query from Another Query (Relational)
I think I misunderstood the original post so disregard my earlier suggestion.
View ArticleRe: Unexpected result of a union query in an active report
Hey Lynn,thanks for your advice, I forgot something in my first mockup:Union query 3201701 100 75201701.0 200 45201702 200 100201702.0...
View Article