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

Showing if a portal row is connected through an alternative relationship


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

Recommended Posts

  • Newbies
Posted

Hi,

I'm trying to figure out how to get the information I want in a portal field...

I have three tables in my database, A, B and A_join_B

My relationships are (B is in the relationships graph as both "B" and "B_alt"):

  • A.id = A_join_B.A_id
  • B.id = A_join_B.B.id
  • A.id >= B_alt.min_A_id

Anyway, what I'm after is the following:

My layout is of the A table.

I have a portal pointing at B_alt, but, as a part of this, I want to have something in each portal row saying whether B is linked to A through A_join_B.

Any idea how I could do this? Can I create a calculation field in B that will come up in the B_alt portal rows?

I hope this makes sense - please let me know if you would like me to clarify anything.

Thanks

Posted

I believe you could use conditional formatting - something like =

not IsEmpty ( FilterValues ( Self ; List ( B:_ID ) ) )

where Self is B_alt::B_ID placed in the portal.

---

P.S. Please don't use abstract names - it's really difficult for us humans to follow.

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