need to run the report for 1st -15 days and not for 16th
Hi all i have a report which needs to get run from every month 1st-15th and from 16th the report need not to have run
View ArticleRe: need to run the report for 1st -15 days and not for 16th
in the filter i had like this [Reporting View].Open Date/Time(UTC/GMT)] between (cast(_first_of_month(current_date),timestamp)) and (_make_timestamp (extract (year , current_date), extract...
View ArticleRefresh of dataset with av JOB ?
Hi, does anyone know if it is possible to refresh a DATASET with a JOB in Cognos Analytics ?I plan to have several dataset and I dont want to manage the refresh Schedule by each dataset. I want to...
View ArticleRe: need to run the report for 1st -15 days and not for 16th
Yep, it sounds like Event Studio is the way to go here. You need to create an event that looks for something like Code: [Select]day(current_date) between 1 and 15 and then have your report as the task...
View ArticleUpdate Cognos Report based on Web-GUI changes
There is a requirement, where there are custom fields provided in a web-gui. A user can define what these custom fields are, and also provide values for the same.For example, for Personal Information,...
View ArticleRe: Year over Year Change
I would creat dataitems one is for current year 2017 as case when date>=trunc(current_date,'YY') and date<=current_date then measure endsecond is for prior year 2016 as case when...
View ArticleRe: Calculated Time Periods using DMR Time Dimension
That is probably what is causing it. In general the best practice is to have a full DMR model, mixing and matching would generally return a warning.Try using the override dimensional data. Drag in the...
View ArticlePDF output option for Dashboards, Active, Reports or Stories
Hi..As most of you are likely aware - C11 does not currently support the option of exporting an Active Report, or Dashboard or Story to PDF.I would suspect that this is a common ask from many...
View ArticleRe: Report Performance Improvement
Quote from: CognosPaul on 18 Oct 2017 11:14:36 amCognos is not an ETL tool, and shouldn't be used as one. The 1 minute query execution time is not a valid comparison as all that's doing is taking a...
View ArticleRe: SQL0840N Too many items were returned in a SELECT list
Sounds to me like your data model is ... not trying to be mean here ... pretty badly broken. You would have a hard time convincing me of a good reason for that many columns, especially in a data...
View ArticleRe: SQL0840N Too many items were returned in a SELECT list
Consider that DB2 is imposing the constraint.https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.messages.sql.doc/doc/msql00840n.htmlBut, you may also want to review what you...
View ArticleRe: SQL0840N Too many items were returned in a SELECT list
Consider that DB2 is imposing the constraint.https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.messages.sql.doc/doc/msql00840n.htmlBut, you may also want to review what you...
View ArticleRe: Simple calculation over 2 or more fact tables? Is this possible?
It works for me. Is this what you were doing?QuoteThis basically means dashboard does not has the capability to analyze data from different fact table?No, it works for me.
View ArticleRe: need to run the report for 1st -15 days and not for 16th
Hi ,Can you please specify the condition we need to giv ein event studio The cataula requirement is the report has to get run everyday from 1st- 15th date as the data is very huge, thats why we need...
View ArticleRe: need to run the report for 1st -15 days and not for 16th
QuoteBut it not worked In what way did it not work?
View ArticleAnalysis studio replacement
Hi,I know you can enable legacy components. But, if you don't AS functionality seems to be missing. Is any aware of plans for the replacement for AS when legacy components will no longer be available?...
View ArticleRe: Changing a Data Module for an Existing Report
Hi Bob, If you see a left arrow ("<") in front of the data module name indicating Back, click on that. Next to the data module name you will see vertical ellipsis and when you click on that you can...
View ArticleRe: Cogserver.log and Audit not getting updated
Does restarting the service fix the problem even if it is a temporary fix?Issues on the Oracle side?Do other tables update?Does your jdbc driver match the Oracle server version exactly?Are you able to...
View Article