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
10 replies
Subscribers
9 subscribers
Views
9135 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
how to add spaces in appian
kaushikr276
A Score Level 2
over 8 years ago
Hi All,
If there is large amount of logical data in single section how can we separate it for better visual experience without adding empty text fields? Is there a different way in Appian apart from adding blank text fields ?
Thanks,
Kaushik
OriginalPostID-260660
Discussion posts and replies are publicly visible
Parents
0
reginaldm377
over 8 years ago
I'm not sure how large your data is, what type of data you're using, or the size of the field(s) that displays your data, but I suggest playing with combinations of the following functions which will help split your data for displaying purposes:
1. char(09) -Adds indentation (i.e. value: char(09) & ri!data)
2. split() - splits text based on delimiter within text
3. leftb() - returns only a specified number of bytes starting from the left.
4. apply()
Note: You may have to do some conversion of your data (i.e. tostring(), touniformstring(), tointeger(), etc...). Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
reginaldm377
over 8 years ago
I'm not sure how large your data is, what type of data you're using, or the size of the field(s) that displays your data, but I suggest playing with combinations of the following functions which will help split your data for displaying purposes:
1. char(09) -Adds indentation (i.e. value: char(09) & ri!data)
2. split() - splits text based on delimiter within text
3. leftb() - returns only a specified number of bytes starting from the left.
4. apply()
Note: You may have to do some conversion of your data (i.e. tostring(), touniformstring(), tointeger(), etc...). Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data