-
WB4 Error executing DataSet Job - Error sending data to Domo
Hello, I have just recently implemented Domo using WB4 on a server. I created a dataset job to extract a table from SQL and upload into the Domo server. Only ETL going on in the query is changing the column headings and using transform to set the timezone. This job is set to load every 15 minutes and for the most part it…
-
HTML in Single Value or Textbox Cards
I keep getting asked to create a single value card where the fonts color is conditionally formatted. I can accomplish something similar with the Table cards by creating an html beast mode, like the following: case when `Field` > .40 then CONCAT('<span style="color:green;">', CONCAT(`Field`*100,'%') ,'</span>') end This…
-
Report Scheduler - Transferring Ownership
Has anyone ran across an employee leaving the company while having some reports scheduled for various teams? It does not seem there is a way to transfer ownership of reports at this time. -Emilio
-
Publish Custom App as Slideshow
Is it possible to create a custom app for domo that may be published as a slideshow? I just receive the attached error. - Emilio
-
Dynamic colors in bar chart with semi-transactional data
Hello, I am attempting to create a horizontal bar chart that shows the variance between the sales and sales forecast. A secondary requirement is to be able to filter down by our marketing channels. I have attached the image below of the bar chart I was able to create. The two field used are the Sale Date Time and Sum of…
-
Single Value Card - Thousands Separator Issues
Hello, I was wondering if anyone has come across this issue. Not sure if I am doing something wrong or if it needs to be reported. As an example when I create a single value card and the value is over 4,000, I'd like to display the full number, 4,233 and not 4K. As you can see in the image below, even wih "Use thousands…
-
Setting custom alerts based on calculations
Hello, I've created the chart below where the line represents the running total number of sales and the bars represent the forecasted sale throughout the day. Would it be possible to create an alert that notifies users when the sum of sales is equal to or greater than the max forecasted sales value? Basicly setting an…