I need to find value „Counter” as a percentage of „ Counter 2” value. I’ve got three counters. Counter (my variable value) , Counter 2 ( This is my 100% value – it’s stable) , Counter 3 ( result in percentage ).
I used -> Set Counter to :
( value( "Counter" ) + 0.0 ) / ( value( "Counter 2" ) + 0.0 ) * 100
It works. But result is value with decimals. Is it possible to set „Counter 3” without decimalas (only full figures) ?