Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

To string conversion issue 345678.34343343 to $ 345,678.34

subhajits11
8 - Asteroid

"$"+tostring([Base Pay],2,1)
not giving proper result.

subhajits11_0-1591974968953.png

 

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @subhajits11 my only suggestion is to check the date type of your Base Pay field as it coming from a CSV it might be string field hence why the formula is not working. You can see the data type by using either a select or field info tool. 

Labels