I have 2 listviews on a smart form. I need to filter 2nd listview by selection or item click in 1st view.
Solved
Filter a listview based upon another listview item click on the Smartform
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.