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

URGENT help needed please/show sales figures per month in list report

Started by cbyrne123, 01 Sep 2013 03:25:38 PM

Previous topic - Next topic

cbyrne123

Hello i am creating a list view report and need to show sales each month, so customer/Period 1, Period 2 etc, periods being Jan and Feb for example.

I have tried the below DataItem expression however this doesn't to work Properly.


IF  ([Period] ='7') THEN ([Line Value]) ELSE([Line Value])

Thanks

Chris

cognostechie

You have the same value in THEN as well as ELSE.

Try - IF  ([Period] ='7') THEN ([Line Value]) ELSE(0)