Beastmode with adjustable date & null filter
Hi,
I am recreating a SQL query as a card in Domo. I need it to show transactions where:
- the OrderDate is before a specific date (that changes each time the report is run) and the SoldDate is NULL
- OR
- the SoldDate is after a certain date
Is it possible to make a Beastmode that can do this and show an adjustable date filter in the quick filters without the user needing to go into the analyzer? I have quick filters set up now, but with the current method, the user needs to run it twice to get all the transactions. See attached for what I have now and the original SQL query.
Thanks! 😀
Best Answer
-
Because of how Domo functions there isn’t a way to filter multiple fields based on a single value like you’re wanting to do via a parameter
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
Because of how Domo functions there isn’t a way to filter multiple fields based on a single value like you’re wanting to do via a parameter
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
Thanks Grant!
0 -
what you can do is create a webform (or a dataset generated via ETL if you're using the today() function) with the columns JOIN_Col = 1 and then the date you want to filter on.
JOIN it to your transactional dataset using a Dataset View where on the transactional dataset you also have a JOIN_COL =1
Now when you change the value in your webform or Dataset View, the value is now JOIN'ed on your dataset and updates almost instantaneously.
Now just construct your case statement beast mode as
case when <criteria> then 'keep' else 'toss' end
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
@jaeW_at_Onyx Thank you! Do you have a video showing this? I am not quite understanding the steps.
Thanks, Angela
0 -
Sorry, I don't.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 297 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive