Hi there. Is there a way to make a progress bar for the battery increase in increments? I am wanting to make the battery meter raise by chunks instead of the progress bar going up or down with each 1%. Can I make it increase or decrease by each 10% battery level instead?
Hi,
you can try to use following tag expression in the value property
floor([BATT_PER]/10)
and the max value should be limited as 10 instead of 100.
That worked perfectly, thank you!
Thank you for this post i had the same question that cleared thanks.
1 Like