Alteryx Designer Desktop Discussions

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

How do I pad leading Zeros?

brad_shannon
6 - Meteoroid

I have:

1234500

 

I want:

00001234500

 

I'm new.

13 REPLIES 13
manishab
6 - Meteoroid

Hi Patrick, 

 

I have the value in this format:

0220694, 0095624

 

I want to convert this to a currency format 220,694.00, 95,624.00. 

 

Any help would be greatly appreciated. 

 

Thank you 

Manisha 

 

 

brad_shannon
6 - Meteoroid
Sammie
6 - Meteoroid

Hi thanks, 

 

i tried to replicate the formulate to V_String but didnt work using: 

PadLeft([Field1],4,"0")

The data contains example below:

300

1229

2120

 

Only the first one will need to add zero to it at the beginning '0300'.

 

Can you please assist? 

thanks!

ATB2022
5 - Atom

Sorry, complete beginner, where do I need to be to see the Option to 'Padleft', thanks

Labels