Create View showing records for Today and next 7 days
Hi,
How would I accomplish creating a view that would display records that occure between Today and the Next 7 Days?
This is waht I have, but it's not working.
(Start_Date >= zoho.currentdate && (Start_Date >= (zoho.currentdate + '1W:0D:0H:0M:0S') && Start_Date > zoho.currentdate))
thank you.