in connectivity i can calculate things example
to export this in a csv is kind of complex for me i couldnt do it
Can anyone help with this please
$total = $this->get("data_table.row.Model.calculation"); if ($total > 0) {echo $total; } else { echo 'nothing';}
to export this in a csv is kind of complex for me i couldnt do it
Can anyone help with this please