I have a Table on a Page with a Column for Name, among various other columns. I need Name duplicates to be highlighted when the Table renders. How do I highlight or find duplicates in this column using javascript or pipe or any other way. Something like the Excel Conditional Formatting feature, which highlights duplicates in the selected column by formatting those cells that contain duplicate values, with a different background color.
Any other solution to quickly know if a table column has duplicates, would be appreciated.
Is this code suppose to work on equation and/or dynamic fields as well?
Because it work for phone numbers, but not my āfull nameā field that is a concatenate from āfirst nameā and ālast nameā.
Equations typically are not well suited for conditional table formatting unless very simple results. Since a CONCAT name can have different variables (all caps, sentence case, etc.) the conditional formatting can run into glitches.