How can i access data in frappe.query

How can i access only data
Screenshot from 2024-11-29 08-26-55

By this i am getting the first row of the array — console.log(“------frappe.query_report.data------”,frappe.query_report.data)

I need all the elements of the array.


I am getting all the data in frappe.query_report.data. please check your code and filters of report

Yes in console when i manually run frappe.query_report.data it is getting 7 records, but from the js when i try to print i am getting a single record

console.log(“------frappe.query_report.data------”,frappe.query_report.data)