So I have tried so many different ways to Vertical Align Text in a Reporting Table Tool and can't seem to do it. See attached workflow for example of my issue. I couldn't get it to work with either Carriage Returns or PadLeft with spaces, both seem to be ignored by the Table tool.
Seems like it should be doable but I'm out of options other than embedding a table inside a table which I really hoping there is a significantly simpler way.
Solved! Go to Solution.
There was a previous post that had a solution. you need to create column rules for these two fields and put this into the formula
"vertical-align:middle;"
See attached workflow
Previous post - https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Middle-align-Header/td-p/29865
Brilliant. Thanks.