Hi All, I have a very simple confiform with a number of fields which includes amongst others; priorTraining, certDate, currentGroup. TableView A has 'currentGroup' in the "The filter to apply on entries dataset" and works successfully. However, I can't figure out how to construct the entry in that field for TableView B that will display any entry that has either priorTraining and/or certDate fields. I'm still pretty much a novice so would appreciate any help you can offer.
Hi @JP_LM
If I understand you correctly you are looking to have a filtering expression that checks that either one or another field has a value. If that is so then it should be something like
!priorTraining:[empty] OR !certDate:[empty]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.