Server-side Processing and Data

Server-side Processing and Data

mschuylermschuyler Posts: 2Questions: 0Answers: 0
edited May 2013 in General
I have a database that has 3 columns that I want to pull data from using SSP.

First column has the form_id, second column has the field_id with values (let's say 1 through 5), and the third column has the values for these fields.

I can't figure out how to use Server Side Processing in this situation, of course the row would be the form_id and the columns in that row with be the field id's (1 through 5) with the value's being the cell's in each.

I know this is the biggest noob question ever, but any help would be appreciated.

Replies

  • mschuylermschuyler Posts: 2Questions: 0Answers: 0
    Can anyone help with this?
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    You'd use mRender as a function. With that it passes in the full data for the row, so you can easily look up and return the required field.

    Allan
This discussion has been closed.