-
Re: I'm trying to calculate number of days without weekends, can someone please help?
Hello All, Here is a great article in the knowledge base that has the same information. http://knowledge.domo.com?cid=datediff2 -
Re: Error joining data. The left input cannot include over 10,000 duplicates.
Hello All, I wanted to provide a little insight into why Domo will give you an error when your Left table contains many duplicates. ETL is a very easy-to-use tool and makes doing joins very simple. W…3 -
Re: How Can I add data to a data source?
Hello @sufficingsoup, Dataflows do not alter the input datasets. They will create a new output dataset that is the result of the query you use. Because of this we cannot add/delete rows from a datase…2 -
Re: find % of row value vs. column total
Hello @mwade and @kivlind, Sadly in beastmode we cannot calculate this. We will need to use a dataflow to accomplish this. Using a Magic ETL: In ETL we first want to replicate our card. * Add an inpu…2 -
Re: Is there a way to show % change between periods?
Hello @MattGo, We can utilize beastmodes to find this. To find the current quarter we would use the following formula: SUM(CASE WHEN QUARTER(`Date` ) = QUARTER(curdate()) AND YEAR(`Date`) = YEAR(curd…2