-
Re: Details about, and alternatives to, the DataSet query API
I know for a fact they are working on a project in that space. But TBF the query API DOES work and hasn't changed.1 -
Re: DDX Demo: How To Implement a Custom "Tab" Navigation Element in Your App
@NoahFinberg I LOVE THIS!!!2 -
Re: How to Remove Duplicate rows in analyzer?
@SaloniShah is the data actually duplicated in your dataset? If so that's probably something to be concerned about if it's not intentional. Take a look at the connector that's bringing in the data, i…2 -
Re: ¿How can I classify an object based on conditions?
@andersson_morales19 i think you need CASE and aggregation. so something like CASE WHEN count(column) + count(other_colum) <= 3 AND count(column_3) + count(column_7) <= 3 THEN ... WHEN count(co…1 -
Re: Freezing card at end of Fiscal Year
@FXM32 Domo does retain dataset history in Vault, but that's supposed to be a recovery tool not dataset snapshots that end users can flip between. Given that your "freezing mechanism" shoul…1