hi,
I create a simple function get_fonds_vl
$html = "(444)";
return $html;
in table views
Columns list
fonds.lastvl:Valeur
Columns views
fonds.lastvl:{fn:get_last_vl}
And nothing appear in the column on the front !!! It should be (444) in each row
An idea
I create a simple function get_fonds_vl
$html = "(444)";
return $html;
in table views
Columns list
fonds.lastvl:Valeur
Columns views
fonds.lastvl:{fn:get_last_vl}
And nothing appear in the column on the front !!! It should be (444) in each row
An idea