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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.