I have a dashboard filter combo box that uses the reusable combo PriceLst.PriceLstCombo and I want to filter the list on price lists that have not expired, so EndDate is null. I assume I need to put something in the Filters Append box but I cannot figure out what the format should be to filter on EndDate is null. Does anyone know what it would be?
1 Like
You could try putting that in the filter: “EndDate IS NULL”
The filters in this spot are quasi SQL