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
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!