-
Re: Easy Way to Measure Time in Business Days?
One thing we've done to help in this regard is to add business day columns to affected datasets. We have a separate calendar dataset that includes, for each day, what business day of the month, …1 -
Re: Can you project the domo slideshow directly on tv?
We have several TVs connected to computers just for this purpose. @n8isjack-ret do you know if there are plans for something like a Chromecast or Alexa or Roku channel?1 -
Re: Can an "Editor" user change/modify my dataflow if he/she has access to my dataset?
Also, a privacy setting exists to only allow the owner and administrators to edit the dataflow. This is very helpful and is set on each individual dataflow.1 -
Re: Removing duplicate from group by strings separated by comma
I don't have a lot of the details, but... Are you using the ETL to only give you this extra column and is the input to your ETL an output of a SQL dataflow already? If that's the case, forg…1 -
Re: Removing duplicate from group by strings separated by comma
OK, then you have a choice, you can join your datasets with ETL, and do the groupings with the GROUP_CONCAT in a secondary dataflow, or just merge it all under one SQL dataflow. As for the syntax to …1
