I’ve been looking around but haven’t quite found an example similar to what I am needing. I just need a simple progress bar that moves horizontally to a goal of 10000 steps.
the closest example I could find was
$(round(((#ZSC#*0.96)/10000)*100))<=(96)?(round(((#ZSC#*0.96)/10000)*100)):96$
in the width of the shape but I don’t think this is working how I want it to.