-
Re: Data format from Jupyter to Dataset
it's unclear what your output from (presumably) magic etl scripting tiles looks like. can you send intermediate screenshots?2 -
Re: Current Year, Prior Year, and Budget on Same Card
https://www.youtube.com/watch?v=CDKNOmKClms Here you go @user054650 . If you have further questions, check out some of the videos on my channel! If you're looking for one on one support, I am availab…2 -
Re: How is remove duplicate actually work?
RANK & WINDOW + Filter will initially output the same number of rows that came in. If Window Functions are not necessary, and you just need a SELECT DISTINCT equivalent, REMOVE DUPLICATES is OK e…4 -
Re: Connector Deprecation Announcement - Amazon Marketplace Web Service (MWS)
@Tclark07 it seems like connector usage would be an attribute of DomoStats which Domo Engineering should have access to for all customers right? I know we wish everyone would log in to Dojo, but we k…3 -
Re: Magic ETL | Remove Duplicates Tile | Select all fields option
@Godiepi that's a pretty obscure use case that you'd expect full-on row duplication. you could use MD5() hashing to concatenate all the values together and then use a RowNumber + rank_window tile the…2