If contains statement beast mode
I essentially have a list of URLs in one column and need to extract out the advertiser into a new column. I want to use an if contains statement to search every row in data set and see if it holds the pertaining advertiser name. Below is what I what both columns to look like and the code that I tried.
COL.a COL.b
url Advertiser name
CASE
WHEN `Page` LIKE '%adCREASIANs%' THEN 'By Gina'
WHEN `Page` LIKE '%Aerovex SystemsInc%' THEN 'Hemp Beauty'
ELSE 'NA'
END;
Best Answer
-
remove the ; at the end of the syntax
case when `url` like '%goo%' then 'google'
when `url` like '%adCREASIANs%' THEN 'By Gina'
when `url` like '%Aerovex SystemsInc%' THEN 'Hemp Beauty'
else 'na' end
2
Answers
-
remove the ; at the end of the syntax
case when `url` like '%goo%' then 'google'
when `url` like '%adCREASIANs%' THEN 'By Gina'
when `url` like '%Aerovex SystemsInc%' THEN 'Hemp Beauty'
else 'na' end
2
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 470 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 194 Visualize
- 253 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 174 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive