I have a made of my core switch and instead of show the speed as bps I wanted to show this as a % being used.
On the label I’ve pop in an element {SW1-01-2C29-04:ifInOctets.101021.last(0)} which shows the last value but what I really want to do is something like
({FMGPN-01-2C29-04:ifInOctets.101021.last(0)} / 100000) *100.
Can I do this in the label on the map as if my current used speed is 4000 if I try this I get
(4000 /100000) *100 i.e. reads the calculation as a sting so doesn't calculate it.
On the label I’ve pop in an element {SW1-01-2C29-04:ifInOctets.101021.last(0)} which shows the last value but what I really want to do is something like
({FMGPN-01-2C29-04:ifInOctets.101021.last(0)} / 100000) *100.
Can I do this in the label on the map as if my current used speed is 4000 if I try this I get
(4000 /100000) *100 i.e. reads the calculation as a sting so doesn't calculate it.
Comment