List Module Click Link and show result in same page other List Module

jmoises

Active Member
It is posible to do this?

i have a Fabrik List Module with some results for example Sales Person Name,

I like to add in the same page othere Fabrik List Module to show all the Orders the Sales Person has made.

So is the user Click one of the names the page refresh or ajax and the Second List populate only the Orders frome the sales person.

Thanks for any help
 
The only way I can think of doing it (without a lot of Javascript) would be a custom details link that goes to the same page, with a query string arg on it like &yourorders___sales_person_id_raw={yourpeople___id_raw}, i.e. so on the left is the element name of the person filed in the orders table, on the right is the placeholder for the id in the person table.

Then on the list module for the orders, have a pre-filter like ...

where
field: sales_person_id(raw)
condition: equals
value: {yourorders___sales_person_id}

... where that placeholder will get replaced by the value on the url.

-- hugh
 
Thanks so much for the help i have test it but even i select details link that goes to the same page, always open a new popup page... any idea why?

The result in the popup/new form is correct!

Thanks
 
o i found that the fabrik module has the Ajaxify set to yes

it refresh in same page but remove the fabril list modules and show the list with correct data


thanks
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top