How do I write the filtering calculation if I want my portal to only show records within a certain event date range?
Events to show should be between 11/1/2016 and 2/4/2017. Do I use an "if" statement? Not sure where to put the greater than or less than symbols.
Thanks.
Hi,
In your portal filter calculation you can use this fomula :
Fielddate ≥ Date (11 ; 1 ; 2016 ) AND FieldDate ≤ Date ( 2 ; 4 ; 2017 )