SOLVED
How to add trailing 00 to a column.
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sriniprad08
11 - Bolide
‎03-05-2024
04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
Hope you all doing fine.
i need to create a new field with trailing 00's.
Please find attached
Can you please guide?
Thanks
Sri
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
4 REPLIES 4
jdminton
12 - Quasar
‎03-05-2024
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Those would be leading zeros. Are you looking to just add two zeros in front or do you want to add a certain number of zeros to get to six digits? For the first, use "00" + [Field]. For the latter, use Padleft([Field],6,"0")
binuacs
21 - Polaris
‎03-05-2024
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎03-05-2024
05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @binuacs . appreciate it.
‎03-05-2024
05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @jdminton . Appreciate that.
