Hi, I'm trying to apply two filters to TableView and one is a date. I can get the first filter to work but when I add a second with "&&" it doesn't want to filter all dates that are greater than today. What am I doing wrong? Can someone please assist?
Try using 'AND' instead of '&&' for the filters as indicated at the link below. Keep in mind that AND and OR are case-sensitive.
https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters
Thank you for posting the documentation! I was able to do what I wanted to do by inputting this in the filter
room:1 AND date:>=[today]
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.