
Sal
- Latest Posts
-
How can I create a new record linked?
Hi! I've tryed this code but the link (ID) doesn't worked... somebody canhelp me please? let t := this.ID;let d := 'Data acquisto';let pl := 'Prezzo di listino';let sc := Sconto;let p :…
-
Group rows view
Hi, please someone tell me haw can I group rows with same code? I've a view: white N. 3 white N. 7 black N. 1 black N. 2 I would like to have some groups in a view: white N.…
-
sum filtered date in a table
let t := this; Hi! please can you know me how can I sum selected filtered date in a table? This code doesn't work: let bd:= min(Table1.Date); let ed:= max(Table1.…
-
select and sum the same date values
how can I sum values in a Table1 without the same date? I write this but don't work: let c := Client;sum(unique(select Table1)['Invoice'.'Date' and c = Client].'Amount') Thank you!
-
exclude equal date
Hi,I need to count the number of records in a table excluding those with equal dates... please could someone help me? I write this but don't work: let d := Table1.Date;if Table1.…