-
Option to make a quick filter a radio button
The default quick filter rendering for a dimension is a set of check boxs. In some cases, I really want this to be a radio button, so that I don't need to uncheck then check another box.
-
How to deal with attribution windows on large Digital Media data sets
One of the challenges of workigng with digital media data is "attribution windows". This is the practice by publishers of restating their numbers within a given window of time, e.g., DCM is 14 days, Youtube 35 and Facebook 28. If you use the connector to append the last day's data to the existing data set (history) your…
-
How to make lookup tables robust and fast
A common requirement is to augment an existing data set with new columns based on data from a lookup table, e.g., * lookup the State based on the post (zip) code * map disparate campaign IDs from a stacked DCM/DS/Facebook data set etc into a master campaign. In Domo lookups are done using a JOIN. There are a couple of ways…