I have a Table View set-up for ConfiForm (list of training events) and it keeps showing all events in the past. How do I set-up the TableView to show only future events?
Welcome to this community
You can set up a simple filter in your TableView (filter to apply on dataset)
eventDate:>[entry._now]
Assuming the field to store the event date is named "eventDate"
Change it to the field name you have in your form for storing event dates
Alex
Worked perfect! I knew I needed the 'now' but putting it into the right code format was the challenge. Thanks for taking the time to respond.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.