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

Expand relative period options #8

Open
KaiVandivier opened this issue Dec 7, 2020 · 0 comments
Open

Expand relative period options #8

KaiVandivier opened this issue Dec 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KaiVandivier
Copy link
Owner

Consider a table in which the rows correspond to the last 12 months since the time of report generation. In the Data Visualizer app, this can be achieved by creating a table using the 'Last 12 months' relative period, but it's not currently possible to make such a table in this app here.

The existing tools in this app could create a report using several months as periods, but they must be statically defined.

There are two ways these relative period options can be implemented:

  1. Add options in the period selector dialog to choose periods like '2 months ago,' '3 months ago', etc.
  • Pro: more options for choosing periods. Maybe a user wants the last two months, instead of the last quarter.
  • Con: slow to define the appropriate rows in the case of 'last 12 months' - lots of user work
  1. Detect when multiple periods are used and expand the table with the appropriate content upon generation (e.g. define a row with a period 'Last 12 months' in the table editor; then, when the report is generated, that row is expanded to 12 rows for the appropriate months)
  • This may interfere with a user's wish to use multiple periods as a filter, for example showing data in a cell for two years combined. Maybe it should only work for relative periods, and static periods should act as filters.
  • This would result in less user work.
@KaiVandivier KaiVandivier self-assigned this Dec 7, 2020
@KaiVandivier KaiVandivier added the enhancement New feature or request label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant