Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
I am confused as to how I would filter the output of the table. I only want to display results on this post for where the Sector column contains "Electricity"
I entered this is Placeholder variable 1
SELECT * FROM my_table WHERE Sector LIKE '%Electricity%';
Gutenberg embedded the following in my post.
[wpdatatable id=23 table_view=regular var1=SELECT * FROM my_table WHERE Sector LIKE '%Electricity%';]
I think I am explaining my problem poorly. I have an Google Sheets based table which I imported.
One of the columns in the sheet is "Sector".
I have different posts on the site that need to display different sectors.
How do I filter a single table to display a a different sector on each page in a site using Gutenberg?