-
Re: Filtering a card
Filtering on multiple keywords can be tricky. You can set a column on the dataset to match the condition(s) you require. Or create a filter formula: CASE WHEN `column_name` LIKE '%keyword1%' OR `colu…1 -
Re: Can't get Group & Join to Work
From what I can see, your output is already coming from your Group By path (left side of the join). Although I wouldn't put the condition the way you have it. I would compare the date only and knock …1 -
Re: Background Image App studio
I think you can set the background image in the App settings. If you adjust the card transparency on all your cards, the background image may be visible through the cards.1 -
Re: How do we keep the changes we make to the people's DOMO name?
Verify if the manual updates are being consistently saved. After saving, review and make sure you see (TRAINER). And make sure you have cleared the cache. Check for Overwrites Ensure that there are n…1 -
Re: How can I make a historical/week over week chart without a provided date field?
You could do a recursion to store values to an archive each week. Then poll the archive to identify changes.2