Fetching datasubset from view based on filters

General Interest: Hi i am fetching datasubset from a view on the basis of specific filters and showing in a read only grid(but in this grid i can select rows). My view does not have a unique field and batch size of my grid is 10. When i am selecting a row on grid page 1, all the rows which corresponds to page1 row are getting selected in rest of my grid pages. If i do not have a unique field to identify then how to solve this issue. I want each row of grid to be selected uniquely. Please provide your inputs on this.

OriginalPostID-185955

OriginalPostID-185955

  Discussion posts and replies are publicly visible

Parents
  • Philb: If i had to generate unique values for my grid through appian. How should i achieve that because i already had my datasubset and according to the count of that data subset i generate my unique integer values. But i am not able to get these values a column name in the final datasubset which i generate by merging two data arrays i.e one data array which is fetched from database and another data array in which i have generated unique integer value on the basis of count of my datasubset returned from database. Please provide your pointers on this.
Reply
  • Philb: If i had to generate unique values for my grid through appian. How should i achieve that because i already had my datasubset and according to the count of that data subset i generate my unique integer values. But i am not able to get these values a column name in the final datasubset which i generate by merging two data arrays i.e one data array which is fetched from database and another data array in which i have generated unique integer value on the basis of count of my datasubset returned from database. Please provide your pointers on this.
Children
No Data