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

Allow ordering the data query results by dimensions #151

Closed
dosse opened this issue Jun 9, 2021 · 1 comment · Fixed by #185
Closed

Allow ordering the data query results by dimensions #151

dosse opened this issue Jun 9, 2021 · 1 comment · Fixed by #185

Comments

@dosse
Copy link
Contributor

dosse commented Jun 9, 2021

Linked to ticket #50, which we use to retrieve only partial data that fit into a size-limited, paginated, online pivot table, the need is for a user-defined order of the retrieved observations/series. Since the tables are pivot tables, the required content (observations) of the first (and subsequent) table pages depend on the table layout (distribution of dimensions on different tables axes, like rows and columns). The table layout thus dictates which slices of observations need to be returned per page. Therefor, the SDMX web services call should be able to accept a user-defined sequence of dimensions, which is used to order the observations before they are returned.

The order within one dimension should take the code order (respectively the hierarchical code order) into account.

@sosna sosna changed the title Allow ordering the data query results by a specific order (sequence) of dimensions Allow ordering the data query results by dimensions Feb 23, 2022
@sosna sosna added the next label May 12, 2022
@sosna sosna added this to the v2.1.0 milestone May 12, 2022
@sosna sosna linked a pull request Dec 15, 2023 that will close this issue
@sosna sosna assigned sosna and unassigned stratosn Dec 15, 2023
@sosna sosna added fixed and removed fixed labels Dec 15, 2023
@sosna sosna modified the milestones: v2.1.0, v2.2.0 Jan 9, 2024
@sosna
Copy link
Member

sosna commented Jul 11, 2024

Fixed by #185

@sosna sosna closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Published
Development

Successfully merging a pull request may close this issue.

3 participants