Value Formatting - Accounting /Finance Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hii
Can anyone suggest a logic to convert value for example 123678453 to format 123,678,453.00 using alteryx and output to excel in the same format.I have tried using TOSTRING formula .But this logic is not working for the values generated within Alteryx flow.
I am sharing workflow that has the values to be formatted in text input tool .Can anyone figure out this and share the solution as a workflow
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@HarishKhanna1 - change the value field to numeric type then use ToString([Value],2,1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@HarishKhanna1 this will do what you need it to, I think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@cpet13 Thanks so much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@cpet13 @Bren_Spill In the output excel sheet , they are aligned towards left which indicates they are string type .Is there any way to convert these to numbers , preserve formatting and have the Sum , Average , Count displayed in excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@HarishKhanna1 - you'll need to use the reporting tools to do what you need. See attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Bren_Spill can you please try this with the sample worfklow that I attached above : "Acctng Format.yxmd"
