Hi,
I have a 2-screen app:
- Screen 1 allows to filter gallery items pulled from a sharepoint document list, each item links (navigate) to screen 2
- Screen 2 provides more details about all the field related to the selected item in screen 1 (using a form that points to the selected item, as LookUp(sharepointDataSource,ID=screen1Gallery.Selected.ID)
I'd like my users to stay on screen 2 and be able to navigate to the previous (left icon) or next (right icon) in the filtered gallery (i.e., not the original sharepoint list) without having to navigate back to screen 1.
I'm struggling to reference to the previous and next items in the filtered gallery, obviously ID's are not selected.ID +/- 1, it all depends on the filters.
Any pointers?
Thanks in advance,
CBO