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!
Hi... I have a contact table in WP that has fields for First Name, Last Name, and Position.
The Position field is stored in the table as a serialized data and it can cantain more than one position for each contact. That is, a contact could be assigned multiple positions.
I can retrieve the serialized field in a wpdt table, but it is retrieved as a serialized string like a:1:{i:0;s:12:"Website/Tech";}
Is there a way to parse that serialized field in wpdt so that it shows multi-values for the field?
Thanks, -Norm