
Valerio
-
Time Interval wrong calculation
Hello. I've set the code to calculate the time interval between a dropoff and a pickup. The formula works but for some reason it adds 1 extra hour to the correct calculation..…
-
Print on Button Click
Is there a way to print on button click or is the PDF printer the only output from a button/print command? In other words has a direct print function been developed or are we still tied to the "old"…
-
Help with filtering and sum between tables
I'm trying to get a sum of filtered records from another table. What i need is to change the date(2020, 10, 24) with the variable Data Incassi (part of the table i'm working on) but doesnt work..
-
Custom maxId reset after 200
Hello, i've set my records to automatically assign a custom record number +1 at each new record using the formula: let t := this;let maxId := max((select 'Storage Clients').'ID Pratica n.');t.…