Please add onSummary/onTotal event on summary section of a grid
for now on its impossible to change the format on a sumary field
this goes from a post:
The grid section events doesnt seems to affect the sumarize flow at all
i put the following code on the onrecord event:
sc_error_message(“hi”);
sc_error_exit();
and my grid goes directly to the summarize and nothing happens
the group by events works for the calculation, but the format dont seems to be affected.
on the ongroupby event:
$total={count_departamento}*10;
if ($total>0) {sum_departamento_Calculada}=round({sum_departamento_Calculada}*100/$total);
else {sum_departamento_Calculada}=0;
until here works excellent
but
sc_field_color (“sum_departamento_Calculada”, “#33FF66”);
dont do anything. or maybe this function dont have scope with the special group by variables
189.152.132.63
ScottMartin
Expert
Posts: 654
Re: CHANGE SUMMARIZE FIELD COLOR
? Reply #5 on: Today at 06:51:09 PM ?
Quote
SC needs an onSummary/onTotal event for this to happen. I have asked, please ask them as well.
Regards,
Scott.
Best Regards
Adrian Arreola