Re: Power cubes using Report datasource
You can't use an OLAP cube or DMR model as a data source for Transformer. You can use a relational source such as a Framework Manager package, or a report that runs against a FM package.
View ArticleRe: How to check the history of Scheduled Reports
Schedule a report and save it as a report view? I've never heard of that. The output formats don't include Report View. I'll assume you mean you have created report views, that's where the actual...
View ArticleRe: How to check the history of Scheduled Reports
It looks like Pranathi posted this twice...https://www.cognoise.com/index.php/topic,35801.0.htmlhttps://www.cognoise.com/index.php/topic,35802.0.html...probably because of the repeated page loading...
View ArticleRe: report Schedule information in Content store
It looks like the last run and next run info is in milliseconds on NC_TASKSCHEDULE. Good luck relating this to the schedule on CMOBJPROPS2. You may be better off using the SDK to ETL the data to a...
View ArticleNeed to filter the member at the Hierarchy using member in a related level
Hi there ... well after over a week of frustration with trying to build a report against a DMR I'm reaching out for suggestions.I am using Cognos 11.0.12 accessing a SQL Server datamart. My client does...
View ArticleList Summary Performance issue
Hi Experts,Need your kind help on this . I have a star schema set up with 600000 rows in fact , not too large . I am creating a list report with few columns and doing a summary on the sales rep to...
View ArticleRe: Power cubes using Report datasource
I have got some idea on the answer. Thank you @czg. Got one more doubt. So, I can use only reports built against a FM package and not from other kind of package sources like package from a Power cube?
View ArticleRe: Cell based Calculation (Crosstab)
Would this work?:casewhen [Amount] = 'j-e-0' then (Calculation 1 / Calculation 2)*-1elseCalculation 1 / Calculation 2endBest regards,Oscar
View ArticleRe: report Schedule information in Content store
Hey Dough,Thanks for the reply!It feels like this should be possible though, since the information/data is presented within Cognos Administration and should be stored somewhere...
View ArticleRe: Framework Manager Icon Differences
You have 4 query subjects in the PNG. (and 3 folders). The last 3 query subjects have facts in them (or more precisely, have a usage of measure. You may want to double check that you don't have...
View ArticleRe: Filtering using a substring
Can you keep it in the list but just hide the column? Then you can filter it in the query....does that make sense? Or if you click on the list properties, under data --> properties, you can click...
View ArticleRe: Filtering using a substring
Quote from: hellokimy310 on Today at 12:35:48 pmCan you keep it in the list but just hide the column? Then you can filter it in the query....does that make sense? Or if you click on the list...
View ArticleRe: Filtering using a substring
Would a filter on the GLNR that looks like the following work? GLNR like ('100000 - %') OR GLNR like ('200000 - %') OR GLNR like ('400000 - %') etc etc
View ArticleRe: Framework Manager Icon Differences
bus_pass_man,These "best practices" you speak of? Are these documented/posted anywhere for people to reference?
View ArticleRe: Filtering using a substring
IT works but it times out at the amount of GL I truly have to process>300 thanks for the help though.
View ArticleRe: Framework Manager Icon Differences
Quote from: bus_pass_man on Today at 11:56:54 amYou have 4 query subjects in the PNG. (and 3 folders). The last 3 query subjects have facts in them (or more precisely, have a usage of measure. You...
View ArticleRe: Multi-select measure in graph
You might have to create multiple graphs and just render the one you want to display.
View ArticleRe: Framework Manager Icon Differences
QuoteThese "best practices" you speak of? Are these documented/posted anywhere for people to reference? Here are two places. IIRC it's also in the FM modelling...
View ArticleHow to Save Report Outputs to a particular folder when i run the Job.
hi All,How to Save Report Outputs to a particular folder, just like we deliver report as email attachment.i wants to save the report to a shared folder when i run the job.Thanks,Krunal
View ArticleRe: Multi-select measure in graph
Nice, that's exactly how I would do it. The reason mun didn't work is because measures aren't considered member unique names, so the validation fails on them. The issue with parameters disappearing...
View Article