We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Highlight Partial Characters in a table

Hi All,

 

I am stuck in how to partially highlight the row values in a table in Alteryx. Please refer below example.

 

So I need to highlight only the text in Col A which is matching in Col B. Like, in Col A, only abc text is matching, so i have highlighted only abc and while in 2nd row, entire text is matching, so entire text is highlighted in purple.

 

Please suggest how this can be achieved in Alteryx.

 

AB
abc, defabc
abc, defabc, def

 

3 REPLIES 3
binuacs
21 - Polaris
Spoiler
@Mukulchandravanshi_94 not able to do a partial highlight, 

 

Spoiler
binuacs_1-1639639918573.png

 

I am also not able to do it. Tried many things, but not able to resolve it.

Christina_H
14 - Magnetar

It's possible to do this by manipulating the HTML code of the table tool, although it causes issues with the render tool.  I needed to connect the table tool directly to the render tool first, then add the formula.  After the formula is applied, the render tool doesn't recognise the output as a valid field but will still work if the field was previously selected.

Output:

Christina_H_0-1639650223067.png

 

Labels
Top Solution Authors