As we are left to right readers in the western hemisphere, I want to build 
a form grid with variables as rows and e.g. dates as columns.
This kind of representation is very common and usefull in for example 
medical applications where you want to see the longitudinal results of a 
test.

Patient X

*Test           date1    date2    date3    date4    date5      date6     
date7*
Hb               7,3        7,5       7,4                     8         
 8,3         9
HDL             4,5                                5,0               
etc         
 
In the model you would like to keep normalized  data, so Field(Patient) , 
Field(Date), Field(test), Field(testvalue) 


I tried SQLFORM.verysmartgrid(patienttestdata, transform(Date,7) etc but 
that doesn't work...LOL.

Any suggestions how to proceed?

Greetings from Bonaire



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to