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
6 subscribers
Views
2733 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, In a form I used ncols to create on web a right layout for showin
Giobis
over 11 years ago
Hello,
In a form I used ncols to create on web a right layout for showing the List of data.
The problem is when I'm going on mobile, because this data was showed with the HTML tag.
Any suggestion for solving this topic?
thanks...
OriginalPostID-84368
OriginalPostID-84368
Discussion posts and replies are publicly visible
Parents
0
Michael Tan
Appian Employee
over 11 years ago
Call your rule with doforeach (or the apply function in future versions of Appian) and save it to a text variable allowing multiple values. Let's say this is named pv!userFullNames. In your form, add a paging grid component with a data type of type text. For the data set definition use the following:
=todatasubset(pv!userFullNames,data!pagingInfo)
More information from the 6.6 documentation below:
forum.appian.com/.../Paging_Grids
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Michael Tan
Appian Employee
over 11 years ago
Call your rule with doforeach (or the apply function in future versions of Appian) and save it to a text variable allowing multiple values. Let's say this is named pv!userFullNames. In your form, add a paging grid component with a data type of type text. For the data set definition use the following:
=todatasubset(pv!userFullNames,data!pagingInfo)
More information from the 6.6 documentation below:
forum.appian.com/.../Paging_Grids
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data