Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Im trying to replace "AMOUNT" in my first expression with the IF statement. But I cannot make it work.
They both work properly when trying them separately. What am I missing here? How would you merge the two?
Kind Regards,
Olle
SUM({<[FLOW TYPE]= {'XXX'}>}AMOUNT )
SUM(IF([FLOW EFFECTIVE DATE]<DATE and [FLOW MATURITY DATE]> DATE,AMOUNT))
SUM({<[FLOW TYPE]= {'XXX'}>} IF([FLOW EFFECTIVE DATE]<DATE and [FLOW MATURITY DATE]> DATE,AMOUNT))
What is the combined version that you are trying?
SUM({<[FLOW TYPE]= {'XXX'}>} IF([FLOW EFFECTIVE DATE]<DATE and [FLOW MATURITY DATE]> DATE,AMOUNT))