Skip to main content
Nintex Community Menu Bar

how to click a row in a list view to open a subview window?

  • December 15, 2020
  • 2 replies
  • 47 views

They have bound to two different SmartObjects, ideally double click on each row in List View “A”, then it should pop out a subview “B”0 to show the details of “A”. 

2 replies

Forum|alt.badge.img+6
  • Novice
  • December 24, 2020

In list view A, pass key value in parameter to subview when listview A onclick and open subview. In subview on initialize open the view to show detail of A. The value parameter you use for filtering subview B


  • Author
  • January 4, 2021

Thanks @YUDI2 , i used open subview B by “Get List” function, as it has filter function in it just like you mentioned.