Hello all
I am very new to Alteryx and I am gradually trying to migrate all our manual reports over.
My situation is;
In the source data file I have a "Total Overdue" column. This column is set as a V_String. I need it to be a currency column (as in it has a £ in front of the numbers, and has commas and set to 2 decimal places).
So if it says this - 555676.8023
I need it to say this - £555,676.80
At present I have managed to set the V_string length to 15 decimal places to show the correct number of numbers and I have also used a formula to add in the "£" sign at the beginning ("£"+toString([Total Overdue],1,2)
So it now looks like this - £555676.80
but I cant for the life of me sort out the comma??
Any help would be greatly appreciated - thankyou in advance