Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone help to convert this formula to set analysis expression?
Date_Clearing, Date_Posting and Month_End are in 'DD-MM-YYYY' format.
sum(aggr(if(sum(if(((IsNull(Date_Cl) AND Date_Pos <= Month_End ) OR (Date_Pos <= Month_End AND Date_Cl > Month_End)) and SAP_TC='FBL1N' and trim(SP_GL)='' ,Amount_LOC,0))>0,
sum(if(((IsNull(Date_Cl) AND Date_Pos <= Month_End ) OR (Date_Pos <= Month_End AND Date_Cl > Month_End)) and SAP_TC='FBL1N'and trim(SP_GL)='',
Amount_LOC,0)),0),VendorCC,Month_End))
Thanks
Hi can you provide sample data maybe and also expected result? Thanks!
Have a look at the following Design Blog post, believe it may be of some help on this issue:
https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822
Regards,
Brett