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

Filter Amount Range in Cognos

Started by sujitgouda, 23 Sep 2014 11:43:59 AM

Previous topic - Next topic

sujitgouda

Hi,

I need to filter out Net values between 2000 and -2000 in an Active report.
How do I do that.

it gives me parsing error every time I validate the below expression.

[Sales Reporting Summary (Query)].[Transaction Details].[Transaction Type Rollup] in 'Redemption' and
[Sales Reporting Summary (Query)].[Measures].[Trade Amount YTD] between 2000 and -2000

MFGF

Quote from: newb2cog on 23 Sep 2014 11:43:59 AM
Hi,

I need to filter out Net values between 2000 and -2000 in an Active report.
How do I do that.

it gives me parsing error every time I validate the below expression.

[Sales Reporting Summary (Query)].[Transaction Details].[Transaction Type Rollup] in 'Redemption' and
[Sales Reporting Summary (Query)].[Measures].[Trade Amount YTD] between 2000 and -2000

Try

[Sales Reporting Summary (Query)].[Transaction Details].[Transaction Type Rollup] in 'Redemption' and
[Sales Reporting Summary (Query)].[Measures].[Trade Amount YTD] between -2000 and 2000

or even

[Sales Reporting Summary (Query)].[Transaction Details].[Transaction Type Rollup] in 'Redemption' and
[Sales Reporting Summary (Query)].[Measures].[Trade Amount YTD] >= -2000 and [Sales Reporting Summary (Query)].[Measures].[Trade Amount YTD] <= 2000

MF.
Meep!