-
Re: Tableau-like parameter actions
@gbuckley , you could select *, fruit as ReportFruit From table UNION select * 'all fruit' as ReportFruit from table then put ReportFruit as the Filter, you have to always include the 'all fruit' as …1 -
Re: Only include the first instance and ignore others in beastmode
add a column to your transactional data, n_th sale, using a rank & window function. you can use Row_Number or Rank depending on the granularity of the data. Now just alter your beast mode. avg( c…1 -
Re: Important: Lifecycle of a domo created contents
@faisalnjit it's not great. Domo did not design dev ops into their product. you can manage alerts for users using the CLI. If it were me, i would use a DSV (dataset view) as a semantic layer between …1 -
Re: How do I used a Create / Use / output table using a SQL transform SQL type / CREATE PROCEDURE?
congrats @DuncanDomo , also thank you for doing this write-up. that's phenomenal and a real boon to the rest of the community next time they need to build a stored proc. We're building a repository o…1 -
Re: Calling JSON webhook from Browser return 403.
given how new and novel the connector is, i would recommend opening a ticket with support. are you able to work around it by sending data via postman or Zapier?1