Input Format
Availment_Amt | Availment_amt_USD |
456,56.89 | 456,56.89 |
564,.67.78 | 45,879.90 |
4,567.7 | 5,764.78 |
output
Availment_Amt | Availment_amt_USD |
456,56.89 | 456,56.89 |
564,.67.78 | 45,879.90 |
4,567.7 | 5,764.78 |
Hii Community,
Can anyone help me on the above example, two columns are there Availment_Amt and Availment_amt_USD but i only want Availment_Amt columns data to be in the right aligned as shown in the output table rest all columns should be in left aligned except Availment_Amt column , so anyone can explain me how it would be possible in alteryx ,which tool i have to use for getting output table.
The Table tool has the ability to set alignment - click on the column and set your alignment however you want!
@PatilAmar
A quick sample as suggested by @alexnajm ,then we can use the Render tool to generate the Excel file.