I have a table that lists responses to a number of self-assessment form items. Each individual has to log in to see his own data only.
What I want to do is take a person's row of response data and convert it into a field/array so that I could display that data in a PHPRunner list (perhaps along with labels and item descriptions). Once in the converted list format the person can then use the search, sort and export functions on his/her results data.
I have been struggling with this for weeks now and can't seem to get my head around it. Any advice or suggestions would be appreciated. Thanks,
Russ