Alteryx Designer Desktop Discussions

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

Highlighting 1 Row Only as Bold Text

BrandonS4
8 - Asteroid

I am trying to see if there is a way to highlight just one row of text as bold in the table tool.  I am trying to bold all of my subtotal lines within a report.  For example:

 

Name        Account       Amount

J Smith      123              50

J Smith      456              60

J Smith                          110

 

I want to bold the last line if possible.  I know there is a way to put a row rule in the table tool but I am not able to figure it out.

3 REPLIES 3
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @BrandonS4,

 

You're exactly right! You could use a row rule in the table tool:

 

Jonathan-Sherman_1-1594142056871.png

 

 

Configuration of Row Rule:

Jonathan-Sherman_2-1594142103252.png

 

 

 

Output:

Jonathan-Sherman_0-1594142035981.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.

 

Regards,

Jonathan

 

BrandonS4
8 - Asteroid

It doesn't work.  That row is actually blank instead of null.

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @BrandonS4,

 

In that case, simply change your Row Rule to be a formula:

 

IsEmpty([Account])

 

 

Jonathan-Sherman_0-1594154593372.png

 

If this solves your issue please mark the answer as correct, if not let me know!

 

Regards,

Jonathan

 

Labels