-
Re: Is there a way to combined and calculate 2 cards in 1?
You can't combine two cards into one. If you have a revenue dataset and an expense dataset, you can append them and then you can build a card that has both revenue and expenses.4 -
Re: Using Python API to Update Already Created Datasets
@ElliotGitter where is your dataset coming from? Is it updating from somewhere else too? Once you've created the dataset using the API, you can always update it using the API (it's not like everytime…2 -
Re: Scatter Chart Bubble Color
In the chart properties you can set the color rules. So depending on your dataset, you can set a color rule when that field is 0 to green and less than 0 to red.2 -
Re: Setting up a count off of different date rules in ETL
What's your dataset structure like? If you can get it to a row per day worked, you could join to the calendar dimension, and then do a group by on month and year to count the number of days worked.3 -
Re: Is there any way to schedule file uploads to Domo apart from Workbench?
There is a sharepoint connector (https://hourigan-group.domo.com/appstore/connectors/com.domo.connector.microsoftsharepointonlinerest) you can use and you can point it to .xls files that way - howeve…1