I have a javascript array in string format and stored in the database as column value as follows:
[["meeting1","11/11/2014"],["meeting2","11/30/2014"]]
I would like to manipulate this data and display as multiple rows in a sub report. So in this case, I will end up with two rows and two columns of table data. I would appreciate if someone could explain how I can make it work.