Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis expression

Hi,

Could anyone help me with this expression:

(

sum ({$<REDEMPTION_DATE={'=6/1/2012'},

GC_BUY_OR_REDEEM_R-={'B'}

>} REDEMPTION_AMOUNT))  is showing values though the REDEMPTION_DATE='06/09/2012' original expression is

(

sum ({$<REDEMPTION_DATE={'=$(=Date(VREDMPTION_DATE))'},

GC_BUY_OR_REDEEM_R-={'B'}

>} REDEMPTION_AMOUNT))

Pls help.

Thanks,

Swetha

5 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

sum ({$<REDEMPTION_DATE={'6/1/2012'},

GC_BUY_OR_REDEEM_R-={'B'}

>} REDEMPTION_AMOUNT)

Whats the issue in this expression you didnt mention anything about that?

Celambarasan

Not applicable
Author

Even though I need the data for only Redemption_date of 06/01/2012 its showing data for other dates too the filter of REDEMPTION_DATE is not working.

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     If You assign hard code value for Redemption Date in set analysis then filter won't work.

Not applicable
Author

I did nt assign a hard code value my original expression is

(

sum ({$<REDEMPTION_DATE={'=$(=Date(VREDMPTION_DATE))'},

GC_BUY_OR_REDEEM_R-={'B'}

>} REDEMPTION_AMOUNT))

and I have the VREDEMPTION_DATE as '06/01/2012'  but its still showing values for REDEMPTION_DATE as '06/09/2012.

CELAMBARASAN
Partner - Champion
Partner - Champion

Can you attach a sample app?