Skip to content

Update current_value and compute progress based on start, end, and current value

  1. Update current_value instead of progress column
  2. Calculate progress value based on start, end and current value using ((current - start) / (end - start) * 100)
Edited by Abhilash Kotte