Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a heavy application where I often get out of memory errors. I get it every time I deselect selections on the page where I have a table containing the below expression:
sum(aggr(if(Aktions_Koder2='1_brev_slutdato2' and
MATRIX_DATE>Max((date(Aktions_Startdatoer2))) and
MATRIX_DATE<max((date(Aktions_Slutdatoer2 )))
and BetaltNøgle<>0
and
(FUNCTION_CODE='BE' or FUNCTION_CODE='DB' or FUNCTION_CODE='OB'),AMOUNT),TRANS_NO,CASE_ID,Aktions_Startdatoer2,Aktions_Slutdatoer2,Aktions_Koder2))
I will therefore try to see if it uses less memory with set analysis but no matter what I write it returns 0 so I'm obliviously doing something wrong.
Can anyone turn the above aggr into set analysis ?
Thanks for the input. I will see if that is duable but I'm not that confident as the fields are from 4 different tables and the virtual memory on my machine is already at its max - fails often when reloading the application.