- What Grafana version and what operating system are you using?
9.1.2 , Windows 11
- What are you trying to achieve?
Using math with variables
- How are you trying to achieve it?
Create Textbox Variable named pricetag and fill in the price
Create Dashboard Item with like value * ${pricetag}
- What happened?
the variable only works, if given number is like 3.19 (dot) instead 3,19 (comma)
- What did you expect to happen?
math in dashboard items should also work with commas in numbers