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

[Bug] Order by does not work on dataAggregation. #15

Closed
da730 opened this issue Feb 4, 2024 · 0 comments · Fixed by #30
Closed

[Bug] Order by does not work on dataAggregation. #15

da730 opened this issue Feb 4, 2024 · 0 comments · Fixed by #30
Assignees
Labels
bug Something isn't working

Comments

@da730
Copy link
Contributor

da730 commented Feb 4, 2024

Version

1.2.3

Link to Minimal Reproduction

null

Steps to Reproduce

帮我展示north区域排名前三的商品销售额

商品名称,region,销售额
可乐,south,2350
可乐,east,1027
可乐,west,1027
可乐,north,1027
雪碧,south,215
雪碧,east,654
雪碧,west,159
雪碧,north,28
芬达,south,345
芬达,east,654
芬达,west,2100
芬达,north,1679
醒目,south,1476
醒目,east,830
醒目,west,532
醒目,north,498

Current Behavior

[
{
"商品名称": "可乐",
"total_sales": 1027
},
{
"商品名称": "雪碧",
"total_sales": 28
},
{
"商品名称": "芬达",
"total_sales": 1679
}
]

Expected Behavior

dataset sort by total_sales

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@da730 da730 added the bug Something isn't working label Feb 4, 2024
@da730 da730 self-assigned this Feb 4, 2024
@da730 da730 mentioned this issue Feb 21, 2024
20 tasks
@da730 da730 closed this as completed in #30 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant