Hi All,
I have a two tables:
Table1: Red, Blue, Green
Table2: Red, Blue, Yellow
I need to compare both tables with their index, and create a string. For example table 1 and table 2 both have Red value at index 0 so I need to build the string: "Red" then compare Blue at index 1 and build string as "Red, Blue" and then compare "Green" at index 2 which is a mismatch so the string will be "Red, Blue, <b><font color=blue>Yellow<font></b>"
I am then going to use this final html string to be shown on HTML field on the app.
TIA