Barre de progression

Bonjour,
Je cherche à créer une barre de progression pour définir le temps restant entre une date A (début) et une fin de mission.
Ex : début 01/01/24 > fin 01/06/24
à aujourd’hui combien il reste de jours ? Aujourd’hui changeant automatiquement
Merci de vos idées

If you only need to calculate how many days are left, you can use a “Date Difference” column and calculate the number of days between “now” and the end date. Is it what you want?

Good morning,
that’s OK, I want to visualize it with a progress bar
Merci

Please try the method above and let me know if it works for you.

If that doesn’t work, please comment here.

The goal is to end up with two numbers. One is the difference in days between the start and end dates. The other is the difference in days between the start date and today. Once you have those two numbers, you can use them with a progress bar component.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.