Skip to main content
Nintex Community Menu Bar
Solved

Filter a listview based upon another listview item click on the Smartform

  • October 22, 2018
  • 3 replies
  • 24 views

Forum|alt.badge.img+6

I have 2 listviews on a smart form. I need to filter 2nd listview by selection or item click in 1st view.

Best answer by Albarghouthy

Hi,


 


There are few ways to achieve this


 


Add a rule on the form level to execute the 2nd view list method when the 1st view list item is clicked:


 


Event Name: When a view raises an event (List Item Click)


Action Name: Execute a view method (Get List/List method)



 


Configure the Get List method and pass the property you want to filter on from the 1st view data source (smartobject)


 



HTH

3 replies

Albarghouthy
Forum|alt.badge.img+16
  • Scholar
  • Answer
  • October 22, 2018

Hi,


 


There are few ways to achieve this


 


Add a rule on the form level to execute the 2nd view list method when the 1st view list item is clicked:


 


Event Name: When a view raises an event (List Item Click)


Action Name: Execute a view method (Get List/List method)



 


Configure the Get List method and pass the property you want to filter on from the 1st view data source (smartobject)


 



HTH


Forum|alt.badge.img+6

Let me try this out. Will post my results here


Forum|alt.badge.img+6

This approach does work correctly. Thanks Mustafa.