-
Button that fills a table
Hi! I have a blank T table with the following fields: First. Text field Second. Numeric field I want to create a button (within the same table) that will create 10 records in table T by filling them…
- Answered
-
Auto-populate field in child table with data from parent table
Hello, I'm trying to figure out how to carry over an ID field from one table to a related table - - for example, from within my Clients table I want to create a record in a linked Projects table and…
-
Filter "OR"
I have a table with a list of contacts who are assigned to the appropriate types, e.g. "supplier", "customer", "partner", etc. How can I create a filter so that the table only shows "supplier" and…
-
How to create records automatically
Hi! I’m creating a new App calendar deadlines. I have the following tables: 1. Customers a. Name b. Typology c. Accounting Customers are divided into 10 different types and can have 2 different types…
- Answered
-
ICONS control top right
I use the following to hide the icons but I cannot figure out how to leave the navigation button to view. Can this be done? if HUD then html(" <style> .hud-menu-button.menu-icon.…
- Answered
-
Pop Up vs Combo for links.
I am trying out the use of Combo box for 'Show Field As' rather than Pop Up. I like the Combo Box option but it seems that there is no way of circumventing the field choices (when using Pop Up)…
-
Ancorare alcune colonne come su excel
Come posso ancorare alcune colonne
-
Show "1" instead UNDEFINED
Good morning everyone, I am writing because I need "Field1" to show the result "1" when the result of the formula is "undefined". Otherwise it must show the correct number, extracted by the formula.…
- Answered
-
Record create date function
Hello Ninox community, I wanted to create a field that displays the record creation date and which user created the record. Would it be possible to do this?…
-
Formula fields not visible to other users
I am attempting to create a dashboard and use a lot of formula fields to display data. However, when any other team member views the form, the fields are not showing up.…
-
Printing in form layout?
Is it possible to print in form layout instead of table layout?
-
Multi-line Calendar entry?
Is there any way to insert a carriage return into the “Show as” for a calendar entry? I need my entry to take up two lines rather than just one long line. Thanks!
-
Calendar - default appointment length?
Is there any way to make the default appointment length 2 hours rather than 1 hour when adding and appointment from the Week view? Thanks!
-
Button for duplicate last records
I have table "Daly Estimation", and subtable "Hourly Estimation". I need formula for button, with will located in "Daly Estimation" table, to duplicate last record in "Hourly Estimation" and open…
- Answered
-
Need Help with view table.
@Fred I have the this formula and works excellent, I can search by Name and Dates at the same time. (Two search), but I will like the view table appears without information when I open the search…
-
Date language
Hello everyone, I came across the following issue: I'm using NINOX in english but the data I put in is in Greek. How could I set the date to be displayed in Greek too???
- Answered
-
Unique Value Formula
Hello, I am trying to create a formula to check for and correct a username to make it unique. Looking at https://forum.ninox.com/t/60hr83k, @Jörg mentioned something like this: let myField := Field;…
-
Private Server
Hello again, I noticed on the main screen of NINOX, clicking on the right gear would bring up a menu, which includes the option to "Connect to server...".…
- Answered
-
Storage usage overflow
Hey everyone, I have the following problem: I checked the Usage Overview on NINOX and found out that in the starage used I have 4.3GB of 2GB used!!!!!!!!!!! What issues may I have on this situation???…
-
Calendar event details
Is there a way to customise the details shown on calendar events? How can I set specific fields to be shown for every record?
- Answered
-
Why can't I duplicate a table with all its data?
I am aware of the "Duplicate table..." button in the "Edit Fields" panel, but that function does not actually duplicate a table, it duplicates a table structure.…
-
Fields shown in calendar
Hey everyone, I started using widely the calendar and realised that only the "Date" field has a setting to "Show in calendar", but I'm using the field "Date+Time" and this one DOESN'T have a similar…
- Answered
-
Hide calendar?
Is there any way, perhaps using some CSS magic, to hide the Calendar button in the sidebar?
-
How to create a unique list of records
Let us say I have a table, Table1, with records that store years in a field called Number. Now I want to create a dynamic Choice field in Table2 that shows the unique years that are in Table1.…
-
Copy Yes/No function value
The table has a button that creates a copy of some records from the table for the next day. Part of the formula looks like this let c := (create 'TABLE'); let t := this; c.(DATE := t.…
- Answered