-
Re: Only using data from latest append
There are a handful of ways to achieve this, but almost all of them require a dataflow or blend. My prefered way is via SQL, which also could have a lot of approaches. It can be done via magic etl as…1 -
Re: How is remove duplicate actually work?
Ok, remove duplicates. Powerful and scary at the same time. I've killed myself over it in years past, not just in DOMO. I'm happy to share what I've learned. Hope it helps. Here is our pretend data: …12 -
Re: Remove Drill Down from Specific Fields
Additional note if this is for a table card. You can still do your own html links if you disable the drill paths. We did this before and turned off drill paths, then for the first column only we did …3 -
Re: HTML in Textbox Cards Type isn't Available ?
I am pretty certain that only Table Cards and Summary Numbers are allowed to show html. It is blocked anywhere else and treated like plain text like you see here. There are advanced methods for creat…4 -
Re: Datasets API: Filtering?
The API does not allow for filtering data, unfortunately. You will have to download the whole file and then parse and filter it programmatically. I don't have a great workaround suggestion for you, b…2