Filter Top results in Sumo
kingaaronj
Member
in Archive
Hi, is there a solution for dynamically filtering top results in a Sumo table? Example - Top 10 items in terms of revenue. I know how to do it in a regular table card, but was wondering if there were a way to do this in a Sumo table.
0
Comments
-
Hi all,
Can anybody help @kingaaronj out?
Thanks!0 -
Hello @kingaaronj,
Sadly there is not a way to do this in a Sumo card, without creating a new column.
We can use a dataflow and create a ranking column. Based off of this ranking we can use it as a filter in the sumo card.
For example this would be the query we would use in a MySQL dataflow:SELECT
a.*
,@rank:= @rank + 1 AS `Rank`
FROM your_dataset a
,(SELECT @rank:=0) b
ORDER BY ___
Now that you have a rank column, you can use it as a filter in your Sumo card.**Say “Thanks" by clicking the thumbs up in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Thank you @ilikenno. I'll give this a shot.
0 -
@kingaaronj, did @ilikenno's reply help you out?
0
This discussion has been closed.
Categories
- All Categories
- 1.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 303 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 104 SQL DataFlows
- 640 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 768 Beast Mode
- 70 App Studio
- 43 Variables
- 717 Automate
- 185 Apps
- 462 APIs & Domo Developer
- 56 Workflows
- 14 DomoAI
- 39 Predict
- 16 Jupyter Workspaces
- 23 R & Python Tiles
- 402 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 9 Software Integrations
- 134 Manage
- 131 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive