-
Re: Is the maximum columns in a table card set to 100 columns?
I thought the column limit was closer to 250, but that's nearly 5 year old knowledge and things have likely changed. Have you tried a Sumo card to see what its limit is there? Or, you could put …1 -
Re: Combine multiple results into one row/cell
Is that your error message from the NetSuite SQL engine or connector? Unfortunately I'm not familiar with how NetSuite has implemented SQL and a quick Google search doesn't reveal much, eit…1 -
Re: YoY analysis without time series
Yes, your beast modes don't have to be just aggregations. Like MONTH(`transaction_date`), which you can put on the X Axis. Or CASE WHEN DAYOFMONTH(`transaction_date`) <= DAYOFMONTH(CURDATE())…1 -
Re: Import multiple files into single Dataset
Developer.domo.com is your central resource for all that special sauce. https://developer.domo.com/docs/workbench-plugins/workbench-plugins in particular is where you want to start with plugins.1 -
Re: Using DataFlow, what is the difference between adding Transforms and adding Output DataSets?
Yep, try http://knowledge.domo.com?cid=sqldataflows.1
