Hi there,

I am currently testing the computed field module, and have succesfully been able to output 5 different values for a person called "x".
I would like to store these in the database, so i am able to output a table on a new page.

On this new page I would like display a table with all persons, including those 5 computed values, per row:

Person X | $field[0]['value'] | $field[1]['value'] | $field[2]['value'] | $field[3]['value'] | $field[4]['value']
Person Y | .....

Ofcourse, when storing these computed values in the database, it stores these values all in the same column/field named after the computed field label.
This way I am not able to refer to these individual values.

Is it possible for a computed field to output these multiple values in different columns/fields in the same table?

I could add some more computed fields, but then again, it results in X number of fields...

thanks!

Comments

mmjvb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)