Skip to main content

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

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


Let me try this out. Will post my results here


This approach does work correctly. Thanks Mustafa. 


Reply