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

orderBy 排序失败 #106

Open
catherinezhxj opened this issue Mar 23, 2021 · 2 comments
Open

orderBy 排序失败 #106

catherinezhxj opened this issue Mar 23, 2021 · 2 comments

Comments

@catherinezhxj
Copy link

catherinezhxj commented Mar 23, 2021

dv.transform({ type: 'partition', groupBy: ['time'], orderBy: ['value'], });
通过 time 字段进行分组,对分组后的数据,依据 value 字段进行排序,失败,如下图所示:

image

@hustcc
Copy link
Member

hustcc commented Mar 23, 2021

分组之后,组内排序只能根据某一个组进行排序吧!

@catherinezhxj
Copy link
Author

分组之后,组内排序只能根据某一个组进行排序吧!

这个就是根据一个组排序的结果

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