-
Re: Is it possible with Magic ETL to append a dataflow
@jimmy Dataset Copy is just a type of Domo connector. It will copy a dataset. Set it to Append instead of Replace. Use Filters to limit the source dataset to just the subset of data you want to Appen…1 -
Re: Beast Mode - Revenue from a negative to a positive
@Cartergan Case when `Department Name` = "Revenue" then ABS(`Transaction Currency Amount`) End By using double quotes, ", around Revenue, it's interpreting it as a column name instead …1 -
Re: Calculating index vs Year Ago
Create a Table of Dates with columns Report Date , Actual Date , Period Type 1/1/2020 , 1/1/2020, 'Current' ... then UNION all the dates with the offset 1/1/2020, 1/1/2019, 'Previous Year' 1/2/2020, …1 -
Re: CSV File download in a custom app via anchor tag not working for Chrome 83.x version
can you link some sample code here?1 -
Re: CSV File download in a custom app via anchor tag not working for Chrome 83.x version
As i understand it the iframes in Domo apps are all sandboxed as a security feature, hence why this would stop working (see linked article). I don't know of a workaround, this might be a question to …1