@jcarlson Thank you very much! I was hoping to be able to click the indicator number {value} and link off, but this will work as well!
You could put the link in the Description.
@jcarlson Thank you very much! I was hoping to be able to click the indicator number {value} and link off, but this will work as well!
Yeah, a lot of the widgets could do with some more advanced styling / adjustment settings, honestly. In situations like yours, I will often use a Data Expression and make a one-item List so that I can use Rich Text formatting and fancy CSS to do things the Indicator can't.
Hi @jcarlson,
Are you saying you've used CSS in a List element's text editor? I've tried some simple internal CSS and each time it gets filtered out.
Before:
After:
It's gotta be inline CSS, like
<div style="font-weight:400; color:blue">some stuff</div>