how can I display multiple spaces? " "+" "+" ", Char(32) + Char(320 etc...?
I am trying to create concatenated text with multiple continuous "spaces" so I can map that in PDF in one go, like below.
ID: XXXXXXXX1 Name: First Last ......
ID: XXXXXXXX2 Name: First Last ......
With the formula below, " " will endup with single space as well as Char(32)+Char(32).
"ID: "+[ID]@row + " "+"Name: " + [Name]@row
Does anyone has an idea for this?
Thanks!
Best Answer
-
I found that adding a CHAR(32)- space with a CHAR(127)-delete will make the continuous spaces work. Try at your end.
Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Just add the multiple spaces "____" to your formula instead of one single space "_"
Gia Thinh Technology - Smartsheet Solution Partner.
-
I have tried, but multiple spaces like this,
But when save, it transforms into single space.
-
I found that adding a CHAR(32)- space with a CHAR(127)-delete will make the continuous spaces work. Try at your end.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Thanks @Gia Thinh, it worked! Bit lengthy, does not much matter.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!