Hello. I am using Forms 11 with Classic Designer.
I have a dynamic table that populates a value for the column "Status". I also have a checkbox in the next column called "Show Map". (See screen shot)
I have (6) Custom HTML fields that each contain a unique image. The image is a visual representation of the value in the Status column. (See screen shot)
I can use Field Rules wherein if column Status value = 'IT working on Label or Spreadsheet' Show Custom HTML (image that represents IT working on Label or Spreadsheet' just fine.
Whereas if the same column value is 'Quality questionnaire' Show Customer HTML xxx1, etc.
I am attempting to duplicate that function so as to filter out how many Custom Html fields are displayed by using the following logic.
When a row checked Show Map has particular value, in this case the value 'Quality Questionnaire' Display Custom Html field with the Quality image inside.
I have 6 possible text values for the column Status and 6 Custom HTML fields that correspond to each of them.
Would display the image below.