In alteryx , How do i Right align data for only one column rest all columns would be left aligned. i have tried by using table tool but by using this i am getting only one column right aligned.
I think this is a repeat question? But also it sounds like you’ve done it correct - the Table tool is your tool for alignment. You can set the one column to be right aligned and the rest to be left aligned
Hello @PatilAmar
Yes, the table tool should be ideal in this case. By clicking on a column then changing the alignment, you should be able to achieve the result your after.
Here's my output:
Please let me know if you have any other questions.
Regards - Pilsner
Thanks for your quick reply but by using table tool we can't give file name dynamically I want report generated date in suffix of file as well with xlsx file format.
Why can’t you? You just need to create this column to reference, most likely with the formula tool after your table tool. Or you could do it before - depends on your configuration. Here’s one example: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/dynamic-output-filename-on-Ren...