This topic is locked
[SOLVED]

Filtering Contents

1/11/2022 3:50:15 AM
PHPRunner Tips and Tricks
G
ganesanmanju author

I have a list page with 5 differnet variables to filter.. Is there any option to upload the filter contents to any table, once the filtering option is finalized.. Thanks in advance

Sergey Kornilov admin 1/11/2022

Not quite sure what "filter contents" is. Also not sure how you can upload data to any table as database structure can be different.

G
ganesanmanju author 1/11/2022

Just single table, having 1000 records, fields like country, city, whatsapp/sms etc... By filtering country, city etc say now 200 records, it should create a temp table, whereby it shoudl able to send whatsapp/sms to those 200 customers only.. Screen shot attached.

img alt

fhumanes 1/14/2022

Hello,

If you observe the construction of URLs when applying filters, you will see that by Get type parameters passes the filters you have selected.

Phprunner builds URL of this type:

https://fhumanes.com/pivot/pivot_list.php?f=(Siglas~equals~AIA)

If you are able to build a URL of this kind to start consultation with the filters you need, you will have the solution to your proposal.

Greetings,
fernando

G
ganesanmanju author 1/15/2022

Thank you for the hint.

Never thought by this angle.

Thank once again