Is it possible to create a link to another map within the indicator widget?
ArmstKP_0-1666288374877.png
Solved! Go to Solution.
@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!
ArmstKP_0-1666291404283.png
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:
JaredPilbeam2_1-1700153042120.png
After:
JaredPilbeam2_2-1700153078920.png
It's gotta be inline CSS, like
<div style="font-weight:400; color:blue">some stuff</div>