-
Re: Security Best Practices for Inviting External User to Domo Instance?
@MichelleH Domo Publish would probably be the safest way to make sure you don't accidentally share content with users. Tell your AE you want to talk to Dan Hendriksen and then tell Dan, Jae W sent yo…1 -
Re: DataSet Views - Outer Join
@genaussie , while outer joins are nice, on most days of the week it is completely inappropriate to use an outer join. i appreciate that it'd be nice for the feature to be supported because ... it's …1 -
Re: Can you remove duplicated rows of data in a data set?
@AlexF Domo has two ingest methods when receiving data, either a full REPLACE (all rows in the dataset are truncated and then the new data is brought in) or APPEND (rows are tacked on to the bottom).…1 -
Re: measuring cross-purchase with purchase category in both row and column
@user01109 it's the exact same code / solution. just JOIN on customer instead of order.1 -
Re: measuring cross-purchase with purchase category in both row and column
@user095459 I've worked on this problem for a client. You'd have to build a table that does a CROSS APPLY. So if you have data, item_id, order_id, amount you'd do a self join SELECT a.* , b._item_id …1