Hello All,
Here's what the gauges are showing for each individual widget.
Even though the percentages on those same widgets are showing as the following:
What am I missing?
Thanks,
Nathaniel
It looks like it's trying to show the full number (92, 97, 65) rather than a percent.what's your max and min like in the gaugeMy display is % and I've got 0 to 1
FYI I did a quick formula of (sum([Ticket Paid Amount]) , [Price Type Category]) / sum([Ticket Paid Amount])where the filter is category Subscriptions
Hi Nathaniel,
Heath has you covered if you want to convert to using a percentage in your primary Value and gauge.
If your gauge Value is the total contribution amount, but the "max" value defaults to 100, which is a raw value and not a percentage, I assume you have > $100 contributed within the scope of each of those widgets. Perhaps change the "max" to the goal amount if you want to retain the raw amount rather than a percentage in the primary value.
As a side note about working with Goal Amounts: https://www.tessituranetwork.com/Items/Videos/Webinars/2019/Tessitura_Analytics_Skills (Goal Amounts at 02:50)
Wonderful. It's working now. Thank you both!