beastmode

I working on a categorical text dataset with thousand of rows, I have a text column called 'indicatortext' with 21 distinct values , I have another column called 'result' with 7 distinct values, I want to create a table with indicatortext as the row and the percentage occurrence of one of the categories in result column, also the count occurrence of one the categories in result column based on the indicatortext columns(basically how many times, and the percentage occurrence of a categories is appearing for the distinct text in indicatortext column.
I have the below code for percentage COUNT(CASE WHEN `Result` LIKE '%Non-Compliant-Urgent%' THEN 1 END) / COUNT(DISTINCT `IndicatorText`) OVER (PARTITION BY `IndicatorText`) but i am getting zero's as the outcome
this the outcome i trying to get
Answers
-
@NIKKI Do you plan on having a single row per value of the Indicator Text field? If so you do not need to partition by that field in your card because your data will already be grouped by that field. Also, note that your denominator will always be 1 in this case based on your current formula. If that's not what you want, then you can remove the word DISTINCT from your formula to calculate the percentage based off the total number of rows.
1 -
Thank you Michelle,
I tried this COUNT(CASE WHEN
Result
= 'Non-Compliant-Urgent' THENIndicatorText
END) / COUNT(IndicatorText
). but I am still getting zero's populating on my tabel0 -
What I plan on having is the percentange of non-compliant category in result column by the distinct text in indicator text column
0 -
Yes, I even use wildcard, LIKE %
0 -
this is what the raw data looks like.
The first column is the indicator text and the 2nd column is the result with categories.
this is what the output looks like
0
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 467 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 193 Visualize
- 252 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
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 173 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive