ETL and Beastmode
Hello, hope someone can help me.
=========
I have a card level beast mode and filter:
Company Name
NOT IN "AAA"
Destination - AAA Filter
NOT IN "Exclude"
Destination - AAA Filter
:CASE
WHEN Destination like '%AAA%' THEN 'include'
WHEN Destination like '%AAA%' THEN 'include'
WHEN Destination like '%Tipp City%' THEN 'include'
WHEN Destination like '%Lansing%' THEN 'include'
WHEN Destination like '%Lansing%' THEN 'include'
WHEN Destination like '%Newport, MI%' THEN 'include'
WHEN Destination like '%Newport, MI%' THEN 'include'
WHEN Destination like '%Pleasant Prairie%' THEN 'include'
WHEN Destination like '%Pleasant Prairie%' THEN 'include'
ELSE 'Exclude'
END
ELSE 'Exclude'
END
========
I created a draft ETL with the same beast mode and filter logic above. For context, I needed to create an ETL to produce a different card output that consists these mentioned conditions, but let's just stick to the above filters and draft ETL (replicate) since that's the part where I'm getting an issue.
I'm getting a different output from the "Card Level Beastmode Filters" that I created versus the ETL results with the same logic as above.
Card Level Beast Mode and Filter: 898 rows
ETL: 16 rows
Dataset and date periods used are the same
This is the draft ETL created to check if the output is the same with the card level output above. Unfortunately, I'm getting a different output, ETL is showing lesser rows than the card level output.
Any idea causing this and possible solution for the ETL?
Answers
-
Your logic is a bit different between the two
On your card filter you are checking for the explicit value of AAA but in your ETL you’re checking Contains AAA so if there are other records, which are not explicitly AAA it will be included in the card BAAA works be included in the card but not your ETL. You need to either change your card to a contains filter or change your ETL to be an explicit equals to filter.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
Hi @GrantSmith. I already tried using "not equal" in my ETL, but still showing the same output.
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