Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 MongoDB,它在Redash中用于查询一些数据。对于我想通过 Redash 显示的漏斗,我有一个 MongoDB 查询,结果是这样的
X Y Z 20 10 35
但实际上 Redash 中的漏斗图请求了一个看起来像
State Value X 20 Y 10 Z 35
如何扩展我的 MongoDB 聚合以获得想要的结果?也许只是手动创建所需的行?怎么做?