Anyone able to help me here? My head hurts! I’m querying my Matrix table fine, but need to remove the first 11 characters from my returned data. Obviously just want to remove the chars in my template, not my database. Been Google’ing for a while now with joy. Any help much appreciated!
{exp:query limit="12" paginate="bottom" sql="SELECT
row_id, entry_id, row_order, col_id_46, col_id_47, col_id_48
FROM exp_matrix_data
WHERE col_id_46 !=''
ORDER BY entry_id DESC, row_order ASC"
}
{col_id_46}
{/exp:query}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.