
Rafael Sanchis
-
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.…