Newbies Grimfool Posted December 13, 2017 Newbies Posted December 13, 2017 (edited) I am able to filter a portal based on one field but am unsure of how to filter a portal using 2 fields. I understand that it will require a script using an if statement but do not have sufficient knowledge of which functions I should use. Edited December 13, 2017 by Grimfool
rwoods Posted December 13, 2017 Posted December 13, 2017 (edited) Hi Grimfool If you are using the 'Filter' option in the 'Portal Setup' dialog, then you can just extend your filter calculation to include two fields, for example :- ( relatedTable::qty > 0 ) or ( relatedTable::qtyRequiredFlag = 0 ) where qty and qtyRequiredFlag are both fields in the table that he portal is based on. Does that answer your question? Edited December 13, 2017 by rwoods
Newbies Grimfool Posted December 13, 2017 Author Newbies Posted December 13, 2017 So in my Go to Field statement I can put an 'or' option?
Recommended Posts
This topic is 2535 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now