Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can anybody correct this one??
basically this expression shows all calls for previous day on that date, if Monday comes the expression should show on Friday data,can anybody help me out??
Only({1<row_date={'$(=Date(Today()-1))'
}, if(WeekDay='Mon',date(max(row_date-3)>}agentacdcalls))
it will work by using this...
vEndDate =today()
vStartDate =firstworkdate(vEndDate,2)
=Sum({<SalesDate={'>=$(=vStartDate)<=$(=vEndDate)'}>}Sales)
it will work by using this...
vEndDate =today()
vStartDate =firstworkdate(vEndDate,2)
=Sum({<SalesDate={'>=$(=vStartDate)<=$(=vEndDate)'}>}Sales)