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!
I have a connection to a MSSQL and select statement to a view
SELECT
[Parcel]
,[Name]
,[PropertyAddress]
FROM [CurrentParcels]
The table shows data
I cannot get the global search or the column filter to return anything.
Hello Barry
Thank you for your purchase.
Did you add this connection in Settings/Separate DB Connection? If you haven't, please do that and then select the database in wpDataTables/Create a Table, and then "Create a table linked to an existing data source" and try again.
If you have added the separate connection, try removing the angle brackets - the plugin recognizes the connection, and should add them automatically.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Yes, this was created in Settings/Separate DB Connection. And then "Create a table linked to an existing source"
I have change the query to
SELECT
Parcel
,Name
,PropertyAddress
FROM CurrentParcels
The query will not save
I tried
SELECT
Parcel
,Name
,PropertyAddress
FROM CurrentParcels
The query will not save.
I got it to save by doing the following
SELECT
Parcel
,Name
,PropertyAddress
FROM [CurrentParcels]
But this has given me the same results. The table populates, but will not search or filter.
I also tried
SELECT
*
FROM [CurrentParcels]
This populated the table, but will not search or filter.
Also,
I tried disabling Server-side processing, and when I save changes, it re-enables itself.
Hi again Barry
If the server-side option re-enables itself it only means that your table has over 2.000 rows. This is normal.
Can you share the credentials for this database with me, so I can try linking to it from my localhost? Make sure to enable the PRIVATE response since this is a public ticket.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
This does not seem to be a record count issue. I limited the view in the database to 50 records and has the same results.
I also removed the where clause with the same results.
So as a last ditch effort.....
I created a new view
I copied the view to the new view and saved
I created a new wptable and pointed it to the new view, and it is working well. I cannot tell the differenct between the old view and new view, nor the old wptable or the ne wptable.
Hey Barry
Thank you for this excessive troubleshooting, and sorry for the late responses.
I'm glad to see that the new view is working well!
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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