I have created a table which outputs data into 5 columns, 3 of which are value columns. However which I align my column headers to be centre it also aligns the numbers to the centre.
Is there a way to centre only the header and not impact on the data in the columns?
Solved! Go to Solution.
Hi @JAMESST1
Here's a couple of ways to do this depending on how old your version of Alteryx is
For newer versions, create a row rule for the column you want to format. Apply the row rule to Header only and change the justification.
The ability to Apply to Header only is fairly new, I think. So if this option isn't available in your version, change the alignment of the entire column to center and the add a row rule that changes the alignment of the data to right
The output in both cases is the same
Dan