-
Re: Any Function to decode UTF-8 characters available in Domo?
Hello @b_rad, You can achieve this with a simple Python script. Here's the input: The script: Replace 'Domo Forum Answer 2' with the name of the tile preceding the Python Script tile and 'ID' with th…1 -
Re: Unpivot
Hello @verytiredgirl, You can do it in several steps. Here is the example data: First, make Dynamic unpivot: Split the unpivoted column into two columns: one for dates and one for types: Change the f…2 -
Re: Extra 0 bar in bar chart with beast mode
Hi @rupinderkaur87, First, you have to Unpivot in ETL. Then It should work with a simple COUNT. Here is the same table: Dynamic Unpivot in ETL: Result table: Bar chart:1 -
Re: August Community Highlights 🏫🎨✈️: Tell us where you've traveled to this summer!
Thanks for the shoutout @anna.yardley I can’t believe I’ve been selected as Member of the Month! This is such a surprise! This summer, I visited Amami Oshima in Japan and also made a brief trip back …1 -
Re: Formula to calculate date of Monday of previous week
Hello @michaelg25, You should be able to do it with HTML Build-in Summary number like: CONCAT('As of ', DATE_SUB(CURRENT_DATE(), INTERVAL (CASE WHEN DAYOFWEEK(CURRENT_DATE()) = 2 THEN 7 ELSE DAYOFWEE…1