If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Show data for rolling 13 months period

Started by bepanda, 21 Jan 2014 01:55:43 PM

Previous topic - Next topic

bepanda

I'm using Cognos 10 BI.
I have a table
Table1: col1 varchar, col2 timestamp, col3 integer
I would like to show a Crosstab of col1 and col3 over a 13 months period, every time I run my report without having to enter the start date.
Any smart way to do this?

MFGF

Hi,

Add a filter with the expression:

[Col2] between _add_months (current_timestamp, -13) and current_timestamp

Cheers!

MF.
Meep!