Formatting columns based on another tables information with multiple lines

I have a table called โ€œAppSheetโ€ which when viewing in the app looks into another table called โ€œClassesโ€ and the โ€œClassesโ€ table shows up in the โ€œAppSheetโ€ table as comments lists.

I want to have a format columns in the โ€œAppSheetโ€ table based on the information in the โ€œClassesโ€ table.

When I have multiple entries in the โ€œClassesโ€ table the formatting only shows up on the first entry on the โ€œClassesโ€ table information. relating to the one line in the โ€œAppSheetโ€ table.

I want is to read each of the โ€œClassesโ€ table lines and format the columns in โ€œAppSheetโ€ table based on each line of the โ€œClassesโ€ table. This is the expression I am using but only getting the formatting on the first entry of the โ€œClassesโ€ table only

Both of the table are parent tables in my app.

This is one of the expression I am using to format the column. I have one for each class / Schedule and Done.

AND(CONTAINS([Class Type], โ€œWTC: Steel Sectioningโ€),
([Class Status] = โ€œScheduleโ€, true))

Can this be done?

Example below shows 2 entries on the โ€œClassesโ€ table but the formatting is only Appling to the first line of the comments list.
It should be showing a note pad icon next to both WTC:Steel GMA Welding & WTC: Steel Sectioning one in purple and the other in Green, and as you can see its only showing the purple note pad icon only.

Please help

Thanks Roger

0 1 132
  • UX
1 REPLY 1

Did you get a satisfactory solution to this?

Top Labels in this Space