-
Re: Can I use Python libraries in Domo?
You can view a list of installed packages on the packages tab inside the python tile. If you do a search for scipy you should see it in the list.1 -
Re: Failed to run dataset due to error from the bery beginning node
If you click on the configuration for your input dataset you can then expand the Data Handling menu, there will be one or more columns with a data type of Date, change them to Text. Then in your ETL …1 -
Re: Replicate Spreadsheet P&L in Domo
If you add a row number column in your ETL you can use it to place a blank row between two other rows. For example, if I want a blank between Revenue and Wages I could assign a row number between the…2 -
Re: Help with Date Range/ Period to Date
Anything you create manually will not interact with the Date Range filter, keep that in mind because it could cause issues. It might be helpful to uncheck "Allow Global Date" filtering on y…1 -
Re: Text column as values in Pivot table.
The values section is meant for aggregation, because it is possible that when your Rows and Columns intersect that there may be more than one value present. When you place your text field in the valu…3