-
Re: How to dynamically return the latest value for a filtered date range
Hi @Mickey - If you come at this from the completely opposite direction you can get to a solution that works. Here are the steps: Create FIXED functions for Sales and Units Sold. Example: SUM(SUM(`Sa…1 -
Re: Can you create a virtual dataset from a dataset view?
According to the domo knowledge base only materialized datasets can be virtualized. A dataset view is not a materialized dataset.1 -
Re: Can I move a formula in the list of "Group by" actions?
There's no way to reorder the columns in the UI as far as I know. This would be a great feature request though, either by allowing columns to be reordered like how the Add Formula tile works or …1 -
Re: How to split all words in a row, separated by a comma, and append them. The result should be only on
I'd recommend using a python tile, so that you don't have to assume or maintain a specific number of splits # Import the domomagic package into the script from domomagic import * # read dat…1 -
Re: Cannot retreive more than 2000 rows without a unique ID in Salesforce Connector.
The connector requires a unique id in order to retrieve more than 2,000 rows. You'd need to add a unique id to your report or you'd have to construct a SOQL query that replicates the report1

