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: I used UUID function in one of the fields of my view but while retrieving it through query entity , it is throwing error like Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data.. I am not able to understand this error. If i remove ID column from my query entity then it is working fine.Please help me with this.
Reply
  • @philb: I used UUID function in one of the fields of my view but while retrieving it through query entity , it is throwing error like Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data.. I am not able to understand this error. If i remove ID column from my query entity then it is working fine.Please help me with this.
Children
No Data