Does anyone know if it is possible to change the formatting of a number at the ETL level instead of on each inidivual card? For example, changing a number that is currency so it shows up with the $ instead of just a number…
Gotcha! If you'd like, you could submit this as an idea in the https://community-forums.domo.com/main/categories/ideas
Yeah but then it will become a string instead of a number. Any reason you would want to do this?
CONCAT('$',`YourValue`)
@ColemenWilson just so I don't have to reformat the number on every single card. Tableau had that function and I'm "newer" to DOMO, so wasn't sure if that was possible!