We have a requirement which will cause us to have to conditionally format the HTML dynamically for currency values, similar to this,
https://community.looker.com/technical-tips-tricks-1021/conditional-dynamic-value-format-value-forma...Unfortunately, there are close to 100 currency points within our model that would be affected so I’d like to be able to encapsulate this to a single convert_currency_string(value, currency_code) type function. Is there a way to support this broadly available utility function concept?
Thanks in advance