We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi
You may have had this qustion before, so apologies if I have not found an answer !!
I have a table one which iss et that the user can click a url page link to a second table 'remembering' a formID he sees alongside the link. When the second table onpes he puts in the IF and the form populates. Now both these forms could even be on the same page .; However what is needed is a way to capture the Form ID from the first table and let it 'see'd a var variable in the second table that would set the filter. A couple of views are attached labelled form one - form two
MAybe a bit of extra code ? - I am sure this would be useful to many ( Invoice header- line details for instance)
Best
Richard
PS - Really getting around the tables and your plugin is awesome!!
Hi Richard,
Thank you for your purchase.
Sorry but I did not quite understand what are you trying to achieve, can you please describe me a little bit more.
What do you mean by Form ID?
As I understand you want when the users click on some cell/link from the 1st table, that link will go to the other page where 2nd table is and based from the chosen cell from the 1st table, the 2nd table will be filtered.
Correct me if I did not understand you correctly.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan
Sorry for the delay in reply
FormID is the column name for the common foreign key bewteen the two table.
"As I understand you want when the users click on some cell/link from the 1st table, that link will go to the other page where 2nd table is and based from the chosen cell from the 1st table, the 2nd table will be filtered"
This is exactly what I am looking for however the chosen cell in the first table is the hyperlink. the foreign key is just a column beside it !
I am posting a completely different question seperately that is gicing me a headache !!
Richard
HI Richard,
OK thank you for explanation.
Unfortunately something like this is not possible to achieve with the plugin built in features at the moment.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
No Problems - I found a work around - however it has a problem !!
In the back end I create an Insert trigger that sets up a url as follows
http://form-narrative-old-forms/?wdt_column_filter[FormID]=2396
In image attached for Table 2 you will see that this works just fine.
However I have a second page to do something similar
http://mages-old-forms/?wdt_column_filter[FormID]=2396
and you can see from Table 1 image the filter is not working - any ideas ??
Richard
HI Richard,
Can you please tell me which version of our plugin do you use, is it 2.3.2?
Also can you please tell me did you try URL like this
http://imagedev.regencysociety.org/images-old-forms/?wdt_column_filter[Name]=Tony&wdt_column_filter[JGC_No]=026-170
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan
Nope were on 2.3 - however have now upghdared ! - Thanks for that
Your link worked first time and I can see filters set in the columns , however when I tried this
http://imagedev.regencysociety.org/images-old-forms/?wdt_column_filter[FormID]=1172
No filter is set in Column FormID.
Rechecked - Name can filter,JGC_N0 can filter but not FormID so has to be something to do with the column settings??
FYI The column name has not been changed in WP Tables from the back end column name
Strange !!
Richard
HI Richard,
Can you please try this link
http://imagedev.regencysociety.org/images-old-forms/?wdt_column_filter[0]=1172
instead of the column name use the column position like in this example.
The numbers starts from 0 and FormID is the first column.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables