-
Re: DOMO Rank System
i think your result is correct even though it's not what you want. start with a table card before you do a pivot table. sort your card by year, month, count(cert) desc in your validate whether your o…2 -
Re: Business days between date function
SQL is a great tool, but I recommend you consider building a date dimension and then just marking the days as isWeekend or not. Today they want week days, tomorrow they'll ask you to exclude holidays.1 -
Re: How to implement commands from the Command Line Interface Tool in Python, specifically api requests
those may be private APIs. you can monitor network traffic from Chrome to see which APIs the browser is hitting. And you can watch the youtube video i linked to see how you authenticate against Domo.…1 -
Re: Avoid BeasMode Duplication in Bulk Switching cards
Also if you have beast modes that were NOT shared to the dataset A that you then copy to Dataset B, IF dataset b has beast modes with the same name, you can run into a collision. Beast Mode manager w…1 -
Re: Timestamp Convention in JSON File from Command Line DataFlow Request
@walker_page and @GrantSmith I would test the assumption that the datat are in Company Time. Domo's presentation layer should present all times according to the Company settings (Analyzer, Dataflow l…1