assign filter and variable values to a Field in report
Summary
assign filter and variable values to a FieldContent
Hi ,
I am trying to fetch filter and variable values from custom script.
I used the following code in Init tab of custom script.
$filters = print_r($params, true);
in Process tab the below code is used
---------------------------------------------------------------------
global $filters;
$varibleValue = $filters["param_args"]["param_item0"]["val"];
$filterValue = $filters["search_args"]["search_field0"]["val"];
$rows[0][2]->val = $varibleValue;
$rows[0][1]->val = $filterValue ;
----------------------------------------------------------------------------
I shared the output as attachment. Can some one help me to see the value rather as an array for the fields.
Regards
Jagadeesh G
Version
19B
Tagged:
0