-
Adding attachment option for Sumo Tables for Scheduler
When using the scheduler option in Domo, there is the option to attach a file to a regular schedule for the Analyzer view. The same functionality, however, does not exist for Sumo cards which from a data analysis point of view can be a huge benefit. Customers find Sumo cards much faster to work with to get data extracted…
-
Dividing in SQL
I currently have this code: categorizing some leads. Select `Year-Month` ,`Lead Source` ,`Product Line` ,`Product Models` ,`Country` ,`Early Stage No Movement` ,`Stage 0 to Early` ,`Early to Lost` ,`Early to Won` ,`Early to Late` ,`Late to Lost` ,`Late to Won` ,Sum(`Early to Lost`+`Early to Won`+`Early to Late`) AS 'Total…
-
Creating custom columns for use in tables
End Goal: Our goal is to create a table that can successfully group elements by row (such as state) and implement column values that are based on custom formulas. The input data for this table consists of our company's sales data. What I am attempting to do currently is create a pivot table that groups our monthly sales by…
-
Sumo cards display rows offset when dimensions are grouped, is this intentional?
When creating Sumo cards, when grouping all the dimensions that are displayed, the row number labels offset, and this persists after saving. I had another user test and they had the same results. If this is intentional, it seems awkward as it makes it difficult to line the row number up with the dimension value. To…
-
How can I limit rows in a Sumo card?
Hi! How do I limit the rows in a Sumo column view? I'm using a Sumo card to show a list of the top pages viewed on my site (by pageviews in the past two days). I would like to limit that to N items (e.g., "Top 10 Pages Viewed Last Week"). The original data source is Google Analytics, where I'm pulling on dimensions page,…
-
Sumo Card - Dynamic Date Column Headers
I am working on creating a trending P&L type report as a Sumo Card. The report contains year over year and month over month trending information. One particular section of the report has a 3 month trending section with a seperate column for each month. So for example, if I am looking at the report for February 2017 there…