Ioannis
Ioannis
Joined: 23 Jan 2018
Latest Posts
-
Syntax for "View" element
I am trying to use the "view" element to show some records I use this formula and i only get the first record showing let x := split('Herbs in formula', ",");for i in range(0,…
-
How can I add two arrays?
Any idea how you can add arrays in NINOX let a := 1;let b := 2;let c := 3;let d := 4;let ar1 := [a, b, c];let ar2 := [d];let ar3 := [ar1 + ar2];ar3 This will give the result 1234 instead of 1,2,3,…
-
How can I count the number of records of a Table1 and insert this in a field of Table2
Helo I am looking for a way to count the number of records of a Table1 and insert this in a field of Table2 Thank you