beast mode calculation
Hi Everyone,
Thank you for assisting me the last time and hoping the community can assist me once again.
I have a table that shows the rows of sites along with columns of how many tickets are associated to the sites and the ticket numbers.
The data I need are only for sites that have 3 or more tickets.
I've tried filtering (aggregation) out sites with count that is greater than or equal to 3 but somehow no data populates.
Is there a beast mode calculation that I can create to only show sites with 3 or more locations while showing the ticket numbers?
Any assistance is greatly appreciated.
Best Answers
-
You could create a beastmode that would count the number of tickets per customer site:
SUM(COUNT(DISTINCT `TicketNbr`) FIXED (BY `Site_Name`))
Then, you should be able to use this as a filter for your card.
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman2 -
Did you try bringing the field into the table? Or just as a filter? Try adding it to the table to see if it is calculating correctly.
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman1 -
As a fixed field (test)….and filter.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **1
Answers
-
Your filter appears to be on the site name, not on the # of tickets.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
A beast mode calculation might be something like the
SUM(CASE WHEN TicketNbr IS NOT NULL THEN 1 ELSE 0 END)
Then put that calculation into the filter where fieldname is greater than or equal to 3.** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
Thank you ArborRose, I tried doing it that was as well but no data will show for that filter as well.
0 -
You could create a beastmode that would count the number of tickets per customer site:
SUM(COUNT(DISTINCT `TicketNbr`) FIXED (BY `Site_Name`))
Then, you should be able to use this as a filter for your card.
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman2 -
Your TicketNbr field seems to contain things other than ticket numbers. What are the COUNT 1 / xxxxx values?
When doing a condition search for a value, I often write it as
{fieldname} IS NOT NULL AND {fieldname} <>''
I use this because sometimes values are NULL, other times they are blank or empty. Which is not the same thing. In your field however, it looks like ticket number contains something more than a ticket number.** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
What is your last field doing? Seems like you should be removing that last field from the table. Then put the filter in for >=3. You would then get the list of sites with 3 or more tickets.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
@ArborRose The last column is showing 1 / count because it's the summary row on a table, it's not data within the dataset.
I agree with @ST_-Superman-_ a Fixed function filter should work to have you only see sites with >= 3 tickets.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
@ArborRose
the fields are site name, then count of ticket number and then ticket number - no aggregation so it can lists the ticket numbers
I was able to get sites that had 3 or more tickets but then I needed to add the ticket numbers as well and thats where i'm getting stuck on.
I noticed that as well i was looking at the data- count 1/ xxxx value. The value seems to be the same when it shows count 1 or count 2 and so forth.How should I add this calc to the one provided- {fieldname} IS NOT NULL AND {fieldname} <>''?
0 -
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
I used the beast mode calc that you provided but I was not getting any data
0 -
Using a calculation instead of the aggregate…
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **1 -
@ArborRose
Yes, when I do that, I can get the drill down when I click on the data. But I need to send this as a scheduled report via excel so they would like to see all the data on the excel sheet.
0 -
Did you try bringing the field into the table? Or just as a filter? Try adding it to the table to see if it is calculating correctly.
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman1 -
As a fixed field (test)….and filter.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **1 -
That worked! I used it as a filter and it did provide me to data that I needed.
Thank you!
1 -
Thank you @ArborRose and @ST_-Superman-_
Your assistance is greatly appreciated! Hope you both have a great weekend!
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 737 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive