query_report icon indicating copy to clipboard operation
query_report copied to clipboard

This is a gem to help you to structure common reports of you application just by writing in the controller

Results 3 query_report issues
Sort by recently updated
recently updated
newest added

Let say I have a table with column AMOUNT and TYPE. Amounts 10,20,50. Type 1,1,2 Let say I want in a column the sum of amounts for which type is...

This option will allow users to have column header. Assume if I have a User model so column header will be User but I want it as Customer in reports,...

Hello, Thanks for the wonderful plugin. I would like to know whether there is support to generate report using raw SQL. Can we use query using Active Record find_by_sql() method?...