Comments
-
Have you tried this? select date from ( select date_format( adddate(start_date, @num:=@num+1), '%Y-%m-%d' ) date from orders, (select @num:=-1) num ) as dt Hope this can help
-
Hello, maybe you can use a Domo Story, then create a text card and insert three 'summary number' objects in there. I'm attaching a screenshot. Hope this can help. Regards Roberto
-
Hi Jarvis, thanks for your reply. I've created the card but it does not work as I expect. Since I've pre-filtered in the dataflow those customers whose the sum of revenue and quantity is > 0, I'm excluding them, independently from the time frame selected in the card. What I would want to have is to consider active/inactive…
-
Hi! You can connect your on-premise data with the SQL Server Connector. 'Use this connector when you need direct access to raw data. Otherwise, given that IT must open up access to the SQL server from outside the corporate intranet in order to use this connector, Workbench is generally the preferred option for connecting…