Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a chart that will only shwo the dates which are Firdays when a specific date is selected.
I have started with
SUM({$<[BUSINESS_DATE]={$(= WeekDay ( BUSINESS_DATE)=4 &'<='&DATE((MAX(BUSINESS_DATE)))&'"')}>} [CREDIT_BALANCE])
It does not return any data
Thanks
Alan