Rafael Sanchis
-
Error on line 4 or 5 some idea
let t := this; let title := [" 🟢 Audit To History"," M A J O R - Non Conformities"," 🟠 M I N O R - Non Conformities"]; let message := [" This Audit was Completed and will be archived and removed…
-
Need to place 2 digital number
@Mikro Need to place 2 digital number on (Var2 / Vt1 * 100) example 9.85% <aside class = 'double' style='text-align:center; color:green; font-size:large; font-weight:bold;…
- Answered
-
No work this script
let xResponse := dialog("Delete Warning", "Do you want to delete ALL records?", ["Yes", "NO"]); if xResponse = "Yes" then for i in (select Events) order by Status do delete (select Events where…
- Answered
-
Diferent Between Two dates Without Weekend and Holidays
Days('Datum 1' - 'Datum 2') Without weekend & Holidays. ( I have the table Hlidays) days('Plan 1', 'Plan 5')
-
Find on View (Today, Last Week 5 days, Last Month, Last Six Month and Year. )
Need a script that find the info by (Today, Last Week 5 days, Last Month, Last Six Month and Year.) Somebody helpme.
- Answered
-
Problem Convert Time to Number
let th := sum((select 'Booking Time').Time); number(round(th)) / 3600000 Copy The right thing should be 67.30 no 67.50 Or 0.30 no 0.50 on this example
- Answered
-
Generated an array with record numbers in a formula field.
I don't know is the question is correct. In the table 'Booking time' I have a field ' Booking Code' need to add all 'Booking Code into the formula the formula is on Dashboard table.…