Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

change row formatting when new value is found

craigja
8 - Asteroid

I am creating a basic table with some names in it, I want to change from Bold to non-Bold when a new value is found as shown below:

 

Row Num         Value

1                       Craig

2                       Craig

3                       James

4                       Joanna

5                       Joanna

6                       Fraser

7                       Fraser

8                       Alan

 

 

 

3 REPLIES 3
echuong1
Alteryx Alumni (Retired)

You can essentially use the multi-row formula to create flags for if the value above it is the same, and create groups off of this.

 

With the groups, I knew that if the group was even it should be bolded (every other). I created a bold flag with this and use it as a row rule in the table tool.

 

echuong1_0-1605808054905.png

 

echuong1_1-1605808119192.png

 

 

AngelosPachis
16 - Nebula

Hi @craigja ,

 

I've mocked up a workflow that answers your question.

 

Screenshot 2020-11-19 175024.jpg

 

Hope that helps.

 

Regards,

 

Angelos

craigja
8 - Asteroid

Thanks for the solutions, dont know why that never dawned on me, Im already using the multi row formula to complete some missing data, so easy to expand it as noted!

Labels