EdgarChieng247 Member

Comments

  • I use the following for our use case. We report on week ending Friday, meaning our reporting week starts on Sat and ends on a Fri and the date for the week is the Friday. This is the beastmode I use - -------- case when DAYOFWEEK(`Created`) = 7 then ((`Created`)+6) when DAYOFWEEK(`Created`) = 1 then ((`Created`)+5) when…
  • This is how Google's Looker does it currently - and this is the syntax format for the above: This will be extremely helpful to be able to add filters to value which: 1) Not yet shown up in the dataset but we want to add the condition anyway for if it does appear in the future 2) Words grouping - the current Contain filter…
  • I completely agree @erikjamesmason the only option right now is to add colors to the individual cards in the dashboard (as they default to clear background) but we have like hundreds of dashboards and thousands and thousands of cards, so doing this for each card is not possible.
  • 100% supportive, this is something I have been asking for many years now. The current tagging option can only do so much in terms of datasets organizations. For example, each of our clients have over 20 different datasets and we have hundreds of clients, so you can imagine how many datasets are currently in the lists and…