Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following expression that is unfortunately not working.
Does anyone have any idea what the issue might be?
=Sum({<DTLS_PAYMENT_RECEIPT_IND={'R'},ReportDate={"$(DATE#(FirstWorkDate(today(),2)'DD/MM/YYYY')"}>}DTLS_AMOUNT)
Thanks,
Daniel
Try
SUM({<
DTLS_PAYMENT_RECEIPT_IND={'R'},
ReportDate = {"$(=Date(FirstWorkDate(Today(),2),'DD/MM/YYYY'))"}
>}DTLS_AMOUNT)
Try
SUM({<
DTLS_PAYMENT_RECEIPT_IND={'R'},
ReportDate = {"$(=Date(FirstWorkDate(Today(),2),'DD/MM/YYYY'))"}
>}DTLS_AMOUNT)
Thanks for your help