Custom scripts on drill down
Content
Hi everyone,
At the moment I'm using this script on each row
if($rows[0][2]->val >= 1){$rows[0][1]->val = $rows[0][2]->val;}
on the first page of a report and it works perfectly fine. However if I use a drill down and try to use the same script on the drill down report it doesn't seem to work.
Is there another technique of how to reference the rows on a drill down?
Version
November 2015Code Snippet
if($rows[0][2]->val >= 1){$rows[0][1]->val = $rows[0][2]->val;}
Tagged:
0