Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return more than one query to report #56

Open
Caullyn opened this issue Aug 6, 2015 · 2 comments
Open

Return more than one query to report #56

Caullyn opened this issue Aug 6, 2015 · 2 comments

Comments

@Caullyn
Copy link

Caullyn commented Aug 6, 2015

Wondering if there's a simple way to display more than one query results in different parts of the report. Imagine the top of the report is some rows and columns with numbers, and the bottom is a few text fields with information the report filler added. It seems messy to return it all in one query, but I can do it whatever way works.

@ghost
Copy link

ghost commented Jun 24, 2016

MyReport < Dossier::MultiReport
reports = [MyReportPart1, MyReportPart2, MyReportPart3]
combine *reports
end

Hope this helps!

@asviniramesh
Copy link

@RodneyTurnham I am trying to access the Dossier::MultiReport, throwing the error "Dossier::MultiReport::UnsupportedFormatError".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants