-
Re: Drill Down Selector
Hi @DWill978 - as far as I know there isn't a way to drill to a specific path dependent on which column is clicked using Domo's out of the box features. I'm curious to hear if any other community mem…1 -
Re: Adding custom font colors for a transposed row in a table
So this would require you to use an HTML table, which would mean restructuring your data because transpose isn't an option. But if you're really set on changing the font color instead of the cell col…1 -
Re: NEW COMMUNITY COACH: @david_cunningham 🔥🥳
Thank you @ColemenWilson! I'm thrilled to join you, and the rest of the coaches - y'all are a talented group! 😁 Looking forward to continuing to learn and grow together!1 -
Re: Percentage of values in a column
@agolla2 you can use a window function to achieve this. SUM(SUM(value)) over () Then you can use that as an input in another beast mode (you could also combine these all into 1 beast mode). Best to s…1 -
Re: Concatenating amount and number fields WHILE also formatting them?
@AngelaO415 My recommendation would be to do something like this. CONCAT('$',`request_amount_recommended`/1000,'K', ' / ', ROUND(`Duration in Years`),' year(s)') Which gets you this output. I'm sugge…1