Hello Servoy users ?
I fill a stored calculation field via a relation, but this calculation field is only evaluated for the first row of my list view ???
In fact I retrieve Value list value depending on user language in my calculated field.
calculated field : cnt_dc_cnt_d_type4display
method for calculation field:
globals.s_namesystem = 'cnt_d_type/cnt_d_namebefore';
globals.s_valuestored = cnt_d_namebefore;
return cnt2val_4valuedisplayed.val_d_valuedisplayed;
Any idea :why my store calculation is not “evaluated” for each row ?
Any work around ?
Thanks for help ?
DomTom