0
Need help !
I need Calculate the Period Cost and Period Hours how can I do this o what I need to do.
I send a sample table.
Example: Cost 24/5/2024 41.258,95 $ Period Cost = 4302.95 $
Cost 17/52024 36.956.00 $
8 Antworten
-
If anyone can help me with some ideas
-
If it is possible to calculate the cummulative, there should be some way to calculate the period
-
What do you need exactly?
-
Hi Rafael. take two new columns and write the script in each one. Mirko
let t := this; let pos := index(((select 'Actual Cost') order by Week).number(Nr), t.number(Nr)); let ary := ((select 'Actual Cost') order by Week)[Week <= t.Week].'Actual Cost Week'; if pos = 0 then item(ary, pos) else item(ary, pos) - item(ary, pos - 1) end
let t := this; let pos := index(((select 'Actual Cost') order by Week).number(Nr), t.number(Nr)); let ary := ((select 'Actual Cost') order by Week)[Week <= t.Week].'Actual Hours to Week'; if pos = 0 then item(ary, pos) else item(ary, pos) - item(ary, pos - 1) end
Content aside
- Status Answered
- vor 5 MonatenZuletzt aktiv
- 8Antworten
- 38Ansichten
-
3
Folge bereits