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
2729 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
0
Giobis
over 11 years ago
the function is *ncolumntable on Appian 6.6.1
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Michael Tan
Appian Employee
over 11 years ago
Hi Gioachino, this function isn't supported on a mobile form or dashboard. Why not use the paging grid to show your data?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Giobis
over 11 years ago
I've a List and on ncolumtable is better :)
=ncolumntable({"Group Memeber"},doforeach("pr_ShowUserFullName",getdistinctusers(topeople(pv!groupname_user))))
How I can using paging grid for showing this data?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Giobis
over 11 years ago
On Form edit, Appian showed me that "Paging Grids are not supported for mobile application forms." :(
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
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
0
Giobis
over 11 years ago
Thanks Michael. I'm going to trying it ...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Giobis
over 11 years ago
Ok, it works on web.. But it is impossible to Enable the form for mobile because Appian told me that paging grid isn't supported for mobile :(
any suggestion?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Michael Tan
Appian Employee
over 11 years ago
From the docs:
The Paging Grid component is supported on iOS 1.3.2+ Appian for Mobile applications.
? Using the Paging Grid component as part of any other mobile application version results in a validation error.
Alternatively, you can upgrade your installation to the latest version of Appian and the latest mobile app to get far richer mobile functionality.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Michael Tan
Appian Employee
over 11 years ago
That note was from the 6.6.x paging grid documentation.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Giobis
over 11 years ago
Yes, I readed this doc. But is very strange, because on appian 6.6.1 there is impossible to save the form with enable mobile flag active (with paging grid) ..
I'll trying to found other ideas.
Thanks a lot for your collaboration
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel