Create a Report with custom Queries

Hello

I Want to create a report based on a query. how can I achieve that?

Thanks
Ishan shah

Hi,
Can you please explain your query???
Reports module can handle any query. We don’t need to handle the queries separately. We have to play with UI only and everything will be done.
Anyhow, you can write a custom entry point and can write your query code there and you can use Sugar Query method to fetch the data and you can design the output data as per your needs. From reports module it is not possible.

Thanks