Alteryx Design Pattern: Move Fields to the Right
Joshua Burkhow
Jan 07
Move Fields to the Right
Here is a really useful design pattern that can be used when you have either brought in data or pivoted to get data that has fields that need to be moved to the right to align properly. This is inspired by these four posts #1 , #2 #3 and #4 on the community all having to do with wanting to move data to the right and mostly came from danrh with a few slight tweaks to make it streamlined for more users.
The overall idea here is simple. We want to be able to ‘Right-Align’ our data which in turn ensures that our data is in the appropriate columns/fields.
Here is the design pattern for your use: Download
If you like this Design Pattern you could check out many more we have here at AlterTricks Design Patterns