[SOLVED] How to Generate Inverse Values for #BLN#

I want to use the #BLN# TAG for generate a bar in my battery design that increase his width from 0 to 100 but #BNL# start from 100 to 0. How I can reverse value of #BNL#?
There is another way?

Thanks in advance

You mean that when the battery level is 57% you would want to get the 43% value?
If yes:
(100-#BLN#)

Thanks Mellin for your reply…

I mean that normally BLN show 100,99,98,97,96…0 values but I want that it generate 0,1,2,3,4,5,6…100

oh!! Yest… (100-#BLN#) perfect!!!

thanks!

My battery design is 64 pixel and I adapt my expression:

(64-#BLN#*(0.64))

It work perfectly!

thank you! thank you!

1 Like