Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
-
How to force full axis population for Drop Column Elements across Drop Page Elements in Seal Report
Body:
I have a report in Seal Report where:
The Drop Page Element lists Customers.
The Drop Column Elements list months (formatted as yyyy-MM — e.g. 2025-01, 2025-02, etc).
The issue I am running into is that some customer pages do not include all months.
For example:
Customer #1 page includes 2025-01, 2025-02, 2025-03
Customer #2 page only includes 2025-01, 2025-03 (because there was no data for 2025-02 for this customer)
I would like to know:
Is there a way to force Seal Report to include all the months for every Drop Page Element (customer), even if there’s no data for that month?
My goal is to have consistent column structure across all customers — always showing the full set of months, even if some months have no data for a particular customer.
Here’s my current SQL for the Model:
Here’s a screenshot of what my View configuration currently looks like:

Any guidance on how to achieve full month enumeration across pages would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions