0
Need a formula between week to place on (%Semana Plan)

Need a formula to calculate, the % Semana Plan, the the difference between the current week and the previous one.
4 replies
-
maybe something like:
let t := this; let prevRec := (select TalbeName where Week = (t.Week-1)); 'Progress Plan' - prevRec.'Progress Plan'
Content aside
- Status Answered
- 4 days agoLast active
- 4Replies
- 21Views
-
3
Following