Hi,
How would one go about modifying the result_data in a metric widget.
For example I want to take the data and multiply it by 3.78 then divide by 30
Thanks!
Hi,
How would one go about modifying the result_data in a metric widget.
For example I want to take the data and multiply it by 3.78 then divide by 30
Thanks!
Hello, you should create a derived variable that performs the necessary calculus and then use the metric widget to show that derived variable in your dashboard instead of the original one.
Regards
Thanks! Appreciate the help!