In a Interface I want to show a Paging Grid with multiple columns and multiple r

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
  • @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.
Reply
  • @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.
Children
No Data