Could anyone suggest how to hide fields when they are empty when viewing a report. I was trying to use Report Page: Before Display
if ($values["Field"]!="") $xt->assign("Field_fieldblock",true);
else $xt->assign("Field_fieldblock",false);
but since it does not support $values, it does not work.
Does anyone have a solution to this?
G