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.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 302 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 104 SQL DataFlows
- 637 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 761 Beast Mode
- 65 App Studio
- 42 Variables
- 704 Automate
- 182 Apps
- 458 APIs & Domo Developer
- 53 Workflows
- 11 DomoAI
- 39 Predict
- 16 Jupyter Workspaces
- 23 R & Python Tiles
- 401 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 8 Software Integrations
- 132 Manage
- 129 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive