Fetch Report Results using Custom Script of Report
Content
Hi,
I want to fetch the records of another report using the custom script feature of the report.
Have tried the below code:
Code Snippet
$holidays = array();
$ar = Rightnow\Connect\v1_3\AnalyticsReport::fetch(100384);
$arr = $ar->run(0);
if ($arr->count() > 0) {
$rows[0][4]->val = $arr->count();
}
Tagged:
0