You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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 2015

Code Snippet

             if($rows[0][2]->val >= 1){$rows[0][1]->val = $rows[0][2]->val;} 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!