This question has been flagged
2407 Views

Hi Buddies.

I want to iterate a value of single field in view.

Eg : Let u suppose a value returned by calling a function _get_values is " ['code':xyz','name':'om','age':23],['code':'Desk','name':'satish','age':25]"

These value is added to a field by using the function

'values':field.function(_get_values,type=char, string="Details")

I want to show that in the UI Like this: xyz om 23 Desk satish 25

I tried with fields_view_get by making static the values of ids but I failed when I make that dynamic.

How can I show that single field value in table structure..

Avatar
Discard