-
Re: CustomApp - Dashboard & OtherCard
@StefanoG try to take the approach of building the 'interactions' experience you have with 'normal' Domo cards. take a look at domo.onFiltersUpdate1 -
Re: Calculation of a row value by the Grand total for that selection
What you're describing is a window function. If you abstract your problem and google "percent of total" SQL, you'll find loads of solutions. You'll have to ask your CSM or support to enable…2 -
Re: Sending email alerts to specific users based on dataset email field
@hamza_123 and @GrantSmith Domo have a premium app called "campagins" that functions similarly to MailChimp or ConstantContact insfoar as it allows you to create ... email campaigns. In you…2 -
Re: CASE WHEN X IS NULL THEN Previous Value
@nicangelica this one is a brain teaser. assume we are trying to capture the last time 'cost changed' 1) window function calculate the previous cost (lag, 1) 2) create a binary (isCostChanged) using …4 -
Re: Pivot Help
i wouldn't do this in MySQL anymore, I'd do it in Magic 2.0, but this will get you the results you want. Basically your initial dataset A1:b3 Duplicate each row by the number of commas (antigens) ord…2