Hi, I have a form with a file called name and storage the value of that field in f.vars.name, when I search I return the SQLTABLE with the result in f.vars.data. the variable data contain name,age,sex. My problems is in the view, I want call a value from data separately, for example I need call age from the SQLTABLE storage in data, how I do it in a view. Thank for your help

