Here is an expression I used, if the value exceeds the maximum it will change the maximum to match the value keeping the progress bar at 100% if you go over the original limit. if ({Root Container.Progress Bar Line.value} > {Root Container.Progress Bar.maximum}, {Root Container.Progress Bar.maximum}, {Root Container.Progress Bar Line.value})
1 Like