Jump to content

Filtering portal based on 2 fields


This topic is 2320 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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 by Grimfool
Link to comment
Share on other sites

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 by rwoods
Link to comment
Share on other sites

This topic is 2320 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.