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:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

Okay
  Public Ticket #3959261
Reading serialized data
Open

Comments

  •  1
    Norm Sash started the conversation

    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