Hi guys,I have this parameter created=iif(WeekDayName(WeekDay(today())) = "Friday",dateadd("d",3,Today()),dateadd("d",1,Today()))However what this is doing currently is pulling through all data.I only to want to see the data which is either a day ahead, or when it hits Friday I want to see all data on the following 3 full days.Any idea as to how I can get around this?Thanks in advance.
↧