Hi all,
Which is the correct FILTER format on a List View for checking if todays date in within the range of a Start Date and End Date
In the Filter is it:
Start Date Greater than or equal >= System Values - Current Date
AND
End Date Less than or equal <= System Values - Current Date
Would this work properly or do i need brackets etc?
Basically i only want to show data for any rows within the Range of todays date.
When the list then displays, I want to somehow capture the different entries in one column (entry can be for example Apple or Pears)
Can i then store the Apple or Pears in an array and set a rule to say if a value matches one in the Array, deny access.
Any ideas?