Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
i have table:SELECTId_7164,EUR,Racun,Datum,Izvezeno_kgFROM `_7164`ORDER BY Racun DESCcolumn Izvezeno_kg have total fieldI WANT THE NEXT:
Hi,add new field to the table (for number value etc. 1.000.000,00) on the Datasource tables tab, check off Inline Add option on the Choose pages tab.To calculate result use Before record added event on the Events tab.Here is a sample:
$values["FieldName"] = $values["NewFieldName"]-$values["Izvezeno_kg"];
manny thanks Jane ill try that