-
Re: Sub Slicer in DOMO
You could have 2 separate slicers, 1 for the high level category that would filter the other slicer having your lower level slicer to show only those values in your high level category. Alternatively…1 -
Re: Creating a Pass/Fail Test in Magic ETL
Alternatively you can use a group by tile and select the minimum value for your pass fail column and join it back to your original dataset that way if any are marked as fail all would become fail.1 -
Re: Schedule Report - Weekly data report every Friday
Filter your card with a beast mode to calculate the prior week's timeframe and then schedule your report based on the filtered card.2 -
Re: Daily Dataset Update via Python fails on first run each day
Have you tried updating the dataset's schema before you upload the new dataset? https://github.com/domoinc/domo-python-sdk/blob/master/examples/dataset.py#L321 -
Re: Convert all dates to last day of year
For another option: STR_TO_DATE(`y` + 1, '%Y') - 1 '%Y' - defaults to the first of the year +1 Add a year -1 Subtracts a day y here is the year in integer format. In other words, …1

