-
Re: Moving Jupyter Notebook Graphs to Domo
you would have to export from Jupyer dataset with those categories and values then build the card in analyzer. https://knowledge.domo.com/Connect/Connecting_to_Data_Using_Other_Methods/Jupyter_Worksp…1 -
Re: Problems with Workbench, ODBC, MySQL and the data specialist exam
@IanMaddrell this is probably a configuration issue. Please attach screenshots and check your settings closely.1 -
Re: Running Total Group Bar - keep running total but show only current month, possible?
@Crisocir don't do it in ETL. If you calculate running totals in ETL you can't filter show all your months on the axis. and then use a CASE statement to only accumulate data in the current month (cas…1 -
Re: Python Tile
send a support ticket. looks like it's an old build of Pandas? Tutorial on how to do the thing in MySQL To do it in MySQL 2.0 1) count the number of times <br> occurs. use a formula tile. 2) du…1 -
Re: Combining Data Points after Split Column
if the dates are always at the end, instead of using a SPLIT, calculate from the back (using RIGHT and SUBSTRING) Alternatively, if you're confident the dates are always the last value, the use COALE…1