Related Tables & Format Rules

Is there a way to check a related table to see if a particular value exists? I thought :

IN("Issue", [Related Mobile Inspections Datas])

But this doesn't seem to work. I want to set the icon and colour (which I can do without issue) but only if it detects the word "Issue" in the column [Issue] within the [related mobile inspections Datas] from the data [DOB Data].

Solved Solved
0 2 88
1 ACCEPTED SOLUTION

Assuming the column[Issue] is in the child table , please try

IN("Issue", [Related Mobile Inspections Datas][Issue])

However please note that complex format rules can impact the browsing experience of the app user.

Suvrutt_Gurjar_0-1679042292993.png

Format Rules: The Essentials - AppSheet Help

 

View solution in original post

2 REPLIES 2

Assuming the column[Issue] is in the child table , please try

IN("Issue", [Related Mobile Inspections Datas][Issue])

However please note that complex format rules can impact the browsing experience of the app user.

Suvrutt_Gurjar_0-1679042292993.png

Format Rules: The Essentials - AppSheet Help

 

Thank you. That worked a treat.

Top Labels in this Space