Hi everyone, I'm facing issue while saving unique identifier value into a local variable. By default indexes are getting saved but I want to save the identifier value so that even if custom filters are applied only the actual selected value is checked/selected in the grid.
The working approach I came up till now is to convert my data into a datasubset using a!dataSubset and then use todatasubset with fv!pagingInfo from the grid. The issue which I found with this is todatasubset function is not able to over ride the paging configured by a!dataSubset, it could very well be an Appian issue not sure but due to this I'm getting full grid data in the screen. (Screenshot attached for this below)
If you know any workaround for this or any approach you implemented for this use case please share!
Discussion posts and replies are publicly visible
I do not feel very confident that I understand what you are trying to do. Can you help me out with more background, details and an explanation?
I'm getting data from an external system, I need to show it on a grid which has custom filters. Using read only grid which automatically saves the identifier(if available) or the index of the list to the selection value. (For the checkbox or selection type)I need the data identifier to be saved so that even the filters changes the source data the checkbox is still selected for the already checked item and not just based on the index.
It's a read only multi selectable grid. The screenshot above is just for reference to show todatasubset is not able to override paging which is setted up by a!todatasubset.