data-set icon indicating copy to clipboard operation
data-set copied to clipboard

orderBy 排序失败

Open catherinezhxj opened this issue 3 years ago • 2 comments

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

image

catherinezhxj avatar Mar 23 '21 06:03 catherinezhxj

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

hustcc avatar Mar 23 '21 10:03 hustcc

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

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

catherinezhxj avatar Mar 23 '21 10:03 catherinezhxj