-
Formula don't give anything
These Formula don't give me anything, any idea. let x := (select Documentos where Semana = 9); if Week = (select Documentos).Semana then sum(x.'Horas Ganadas Plan') end Thanks
- Answered
-
Ninox Developing Service
I'm not sure if this is a bit off topic but maybe others are interested into this as well. I'm a software developer for years and recently came accross Ninox.…
-
Need help with very simple for loop
Hey Everybody, Im a truck driver and a very novice programmer to Ninox. Im trying to setup a database to track my loads and I need help with a very simple code I can't remember from high school to…
-
API request limit
Hi there. Want to know if there is API requests limit?
-
How do I move a record to another table?
How do I move a record from one table to another?
-
New Record with prefilled date field
What would be the code to put in "on Create" so that when the new record is created, the Date field is automatically completed with the next date of the previous. Example.…
-
Look up value in table based on two other values
I'm new to Ninox and am trying to set up a database for a distillery's production records. One thing I need to accomplish is a formula that can look up a value in another table based on two inputs.…
- Answered
-
Selecting Multiple Records in Table View in Order to Update
I frequently need to update multiple records in the table view. How to I select multiple records in order to these the Update Multiple Records function without using the Select All Records menu item?…
-
Speed issue
I have some speed issues with statements like this, is the a way to work around summing another file let xTM := Termijnnummer; let xWerk := Regel; let xProj := Project; let TVT :…
-
Button in table x (subscription) to create a record in table y (Deliveries) and its subtable y2 (Delivery lines)
Hey so we work with a subscription formula so the products the customer gets is preset in fields in table x (max8). I want to create a button in table x where when you click it you create a record…