Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Or Condiditon for Relation


oleung

Recommended Posts

Hi

 

I would like to see if someone can advise how to the set up OR condition in the relationships setup in the Manage Database dialogue, which seems only allow "and" below setup.

 

How can we handle "OR" case .

 

For example, I want to show records in the portal with company = "ABC" or company = "BBC" etc.

 

Thanks,

Link to comment
Share on other sites

For an OR relationship, you'll need to append the values into a single, return separated field, and use that field as the key. So a field with the value:

 

"ABC¶BBC"

 

would match related records with either value.

 

Such a field can be calculated, or populated with a script. It just depends on the situation.

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use