-
Re: Connecting Monthly Goals to Incoming Cumulative Daily Data
As David notes - you will need to aggregate ("group" and sum/count), with necessary fields. If you add fields to an output, the data will "break" or split on that data. Example, i…2 -
Re: Indexing Help
You don't need to explicitely create indexes as you would in traditional databases. Domo's automatically optimizes for performance. Slow performance may be due to complexity of the dashboard or an is…3 -
Re: 2 Obstacles to Achieving Automated Reporting - asking for help
One way you could do it would be to append to a dataset using an ETL. Create a dataset and make sure it has a column to store the date. In the ETL dataflow, set a formula value with the current date …1 -
Re: how to change the type of existing DOMO data?
Admin » Governance » Toolkit » Schema Management Schema Management lets you change the column type (data structure) of a dataset. If your dataset has an integer as the data type for a field, you can …1 -
Re: Order by in ETL?
Have you tried using Rank?1