I have a view with output style table. Using global php field, inside output code I put


if ($row->weight < 0.1) {
  print ('0.1');
} else {
  print $row->weight;
};

This works ok. But using output code as socialcalc format or spreadsheet format does output no result.
Where can be the problem?

Comments

willhallonline’s picture

Status: Active » Closed (outdated)

This is unlikely to ever be fixed or looked at now. If you wish you can re-open, but the issue is very old. Closing for now.