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

Dynamically passing filter values using custom script

edited Nov 8, 2016 3:21PM in Reporting & Analytics for B2C Service 1 comment

Content

Hi Gurus,

I am able to fetch filter value of report into custom script  using below syntax.

$ value = $params["search_args"]["search_field0"]["val"];

But my requirement is to pass the value to the particular filter dynamically. 

i have tried below syntax

$params["search_args"]["search_field0"]["val"] = 1191;

But it is not working .

Can we pass the value dynamically into the report filter while running the report using custom script? if yes, please help me with appropriate syntax. 

 

Best Regards

Naveen Samineni

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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