Rafael Sanchis
-
Cumulative SUM
Hi. Need a cumulative sum, Every Fryday I change the field 'Data|Date' and next add on the field 'Week Cost' the cost for each document, now I need on 'Total Cost' formula the cumulative sum for each…
- Answered
-
Optimizar Script. Too slow on Web
let vDD := CutOff_; let check := dialog(" Warning ", " ¿Confirm the Update Progress Project? ", ["Yes", "No"]); if check = "Yes" then for loop1 in select CutOff do CutOff_ := loop1.…
- Answered
-
Highest Value of 5 fields
Hi. Need a fórmula on 'Total Earned' to give me the highest value of the 5 fields EarnedValue1.....EarnedValue5 Is posible ?
- Answered
-
Only selected records on 'Add existing records'
If I'm on Gas Record and need to 'Add existing record' need view only the Categorias selected. how do that.
-
Optimize (total expenses) box
I Need to optimize the HTML CCS total Expenses box to include third line and be able to change the font sizes for each line. Appreciate the help. let gastos := sum((select Gastos).…
- Answered
-
Adjust to two decimal places.
<th style = text-align:center scope='colgroup' colspan='3' >∑ Total Price = " + sum(myObject.price) + "</th> How can I adjust this formula to only two decimal places ?
- Answered
-
Sum t/foot problem.
let vRaiting := "minRt: " + text('min. Raiting') + "| maxRt: " + text('max. Raiting'); let vRtMin := 'min. Raiting'; let vRtMax := 'max. Raiting'; let myFilter := trim(this.…