Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
7 subscribers
Views
6338 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Adding spaces between words in a Section Header
raghunandanj3904
Certified Senior Developer
over 8 years ago
Is there a way where we can add blank spaces between a string to show in a section header. For example:
"Name: Chris Age: 38 Gender:M".
If we try using concat or & the blank spaces are ignored and the resulting string would look like
"Name: Chris Age: 38 Gender: M". In the string there are few pv! variables as well so we are anyway using concat function.
OriginalPostID-243075
Discussion posts and replies are publicly visible
Parents
0
kondetiv
over 8 years ago
Try this way, concat("Name: Chris"," ","Age: 38"," ","Gender:M"). or
concat("Name:"&ri!name," ","Age:"&ri!age," ","Gender:"&ri!gender). It should work.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
kondetiv
over 8 years ago
Try this way, concat("Name: Chris"," ","Age: 38"," ","Gender:M"). or
concat("Name:"&ri!name," ","Age:"&ri!age," ","Gender:"&ri!gender). It should work.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data