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
14 replies
Subscribers
7 subscribers
Views
5793 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
In a Interface I want to show a Paging Grid with multiple columns and multiple r
anilkumark
over 9 years ago
In a Interface I want to show a Paging Grid with multiple columns and multiple rows(data should fetch from database). Now I have to select some of the records from the grid and on clicking on a button/image, the selected records should move into another Grid(assume Grid2) in the same Interface. Can any one provide the code.
OriginalPostID-149370
OriginalPostID-149370
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 9 years ago
@anilkumark I suspect there could be a problem with the data type being returned by local!data. What is the method you are using to query RDBMS - Query rule or a!queryEntity() or queryrecord()? Refer https://forum.appian.com/suite/help/7.9/Querying_Data_From_an_RDBMS.html for the return types of these functions . Ensure that you use a todatasubset() function based on the return types of the functions.
Note: If you haven't made a search in the forum about the issue, please follow tim.clarke's suggestion at /search?q=OriginalPostID-133961 for digging deep into the error.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
@anilkumark I suspect there could be a problem with the data type being returned by local!data. What is the method you are using to query RDBMS - Query rule or a!queryEntity() or queryrecord()? Refer https://forum.appian.com/suite/help/7.9/Querying_Data_From_an_RDBMS.html for the return types of these functions . Ensure that you use a todatasubset() function based on the return types of the functions.
Note: If you haven't made a search in the forum about the issue, please follow tim.clarke's suggestion at /search?q=OriginalPostID-133961 for digging deep into the error.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data