-
Re: help needed to create weekly cohorts
@sbz87 Make your cohort_id the start of the week for the sign_up_date. Before you apply that to a large dataset, you might want to use a RANK_WINDOW function to find the "first row when a user s…1 -
Re: Query in card building in DOMO.
@PRC you can't take something that you built (i assume) as a spreadsheet (not an actual pivot table) in excel and then expect a 1:1 match in Domo. In order to have one row for each metric, you'd have…2 -
Re: Request for Topics
Account Management best practices, any tooling to manage accounts. How to manage POCs, DEV, and Prod pipelines in Domo.6 -
Re: How to append based on new IDs only - not upsert
Don't partition a table of customers. that is the perfect use case for UPSERT if you use the customer_id as the upsert key. "UPSERT works well when you're uploading a massive Customer, Product (…1 -
Re: Excel Auto Upload
@Jmoreno you can install workbench on your desktop2