Skip to main content
kavyam0002
November 28, 2022
Solved

selection

  • November 28, 2022
  • 2 replies
  • 0 views

here will be selecting one row in grid and showing the below data 

but same data in separate section we have multiple selection

here how can i show the selection data because I'll be selecting multiple rows here

can anyone suggest me the approach

    Best answer by harshj0001

    You can fetch data from the selected row (fv!selectedRow) and use it accordingly?

    https://docs.appian.com/suite/help/22.1/grid-with-selection-pattern.html

    2 replies

    November 28, 2022

    you can save the indexes of the selected row and for the another grid use that variable into index function to show only the selected indexes data.

    harshj0001
    November 28, 2022

    You can fetch data from the selected row (fv!selectedRow) and use it accordingly?

    https://docs.appian.com/suite/help/22.1/grid-with-selection-pattern.html