Change start/end value on progress bar?

Hi,

Thanks for all your previous help. Here is another question for you: I have a progress bar set up, the value is set to days of the year. It currently starts and ends on Jan 1, as the default. What I want is for the progress bar to start on a different day of the year (Dec 21st, the winter solstice in this case). Is this possible?

Thanks!

Just checking in one more time here, so far I’ve tried a number of different ideas, nothing really working so far. Thanks!

hello, yes it is possible. you would have to set the value for progress bar
min 0, max 1,
value with expression like this.
image

2 Likes