-
Re: What is the difference between Multi cloud and federated?
@vivekmani28 A "multi cloud" solution with Snowflake would mean that data is imported from Snowflake into Domo and the data is stored on your instance. The federated version of Snowflake is…1 -
Re: CONCAT function not working, any reasons?
Can you do the concat if you rename one of the columns in the data view?1 -
Re: CONCAT function not working, any reasons?
Once you have your output dataset, that dataset is the table, so there's no way to reference the source table it comes from. If you've done the join in MagicETL, then you should have the option in th…1 -
Re: Magic ETL: How to REMOVE Rows Meeting a Two-Column Criteria?
@pstrauss Nulls don't play well logical operators. Null doesn't mean there's no value, it means the value is unknown. Is the null in column_1 equal to A? SQL doesn't know. It might or it might not, s…1 -
Re: Is there a way to force a column header to be blank?
@Stuck You'll need to use the line break tag from HTML. If you put <br> as the data label, it will make the header blank.3