Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi all,

I have a portal that brings up records from a second database thru a relationship, and it works fine. I get all records from 2nd DB where status="live". But now I want it to use one more criteria for the selection of the records shown. I also want to match ClientID between the two DBs.

So I want to show all records from 2nd DB with status="live" and ClientID=ClientID.

Is it possible? How do I do?

Thanks,

Martin

Posted

In your related database, create a calc field (result of text)

Status & ":" & Client ID

In your main file you have two global text fields.

1 for status (gStatus) and 1 for client id (gClientID)

Now you have a calculation (result of text) that is

gStatus & ":" & gClientID

Your portal uses these two calcs for its relationship

HTH

This topic is 7790 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.