This question has been flagged
1 Reply
2082 Views

Example : i have 2 table name is purchase and customer, so  each customer have one button that can call their own purchase history in purchase table.
Example : i have a customer name John so in John view that have a Sales Button, when i click the button automatically go to table purchase with filter the name of John

Avatar
Discard
Best Answer

If you're looking for a way to call filtered group data based on the name of the customer, you can use a combination of SQL and JavaScript to achieve this.

Avatar
Discard