-
Open Record in full view mode from table / view
Dear Community, is there a possibility to open a record in full view mode instead of the popUpMode when clicking a row in a table or view? Many Thanks Christian
-
BugReport: Cannot access ChildObject if it has same name as parent
Hi there, this works: let domain := urlEncode(text(EMailDomain)); let ergebnis := { result: { output: { name: "Associação test test", url: "https://www.test.org.de", email: "test@test.org.…
-
Table View Actions
Dear Community I try to implement an in-row action behaviour on tables / views. My idea is that I have a delete link and on click I set a value or delete the entire row.…
-
Copying files
Hi Guys, I am facing another problem where I cant find a soultion. Honestly I dont know if it is possible. However. I can received Emails in Ninox. If the Email contains Attachments they will be…
-
On the web version (Server 3.14.0), clicking the quick access button causes the page to freeze.
Is this an issue with the new version? Thank you for your help!
- Answered
-
Merge two tables in HTML and Ninox
Hi there I have to tables for a mail systen in Ninox One is saving all written ones the other one is saving all incoming emails. For a better overview I wanted to merge booth tables in a contact…
- Answered
-
Help with Creating First Record in Empty Table via Button in Ninox
Hello Community, I'm currently working with Ninox and trying to set up a button that will create the first record in a table. My table, named "New Months Report", is initially empty,…
-
JOIN function combine with checkbox.
Hi, I have a list of Data: "Apple", "Banana", "Durian" I want it to be like: (checkbox) Apple (checkbox) Banana (checkbox) Durian In the formular field, I know how to use the join function but,…
-
yearweek
To return the week and the year of a given date value You will get the year and the week from a given date value, displayed in the format "YYYY WW." This can help you filter, sort, and group records.…
-
yearquarter
To return the quarter and the year of a given date value You will get the year and quarter from a given date value displayed in the format "YYYY Q1." This can help you filter, sort, and group records.…
-
yearmonth
To return the month and the year of a given date value You will get the year and month from a given date value displayed in the format "YYYY/MM". This can help you filtering, sorting,…
-
year
To return the year of a given date value This function provides the year from a date value as a number. You can use this function when calculating year numbers as well as filtering, sorting,…
-
workdays
To return the number of working days between 2 given dates With this function, you can calculate the number of working days between 2 given time-related values, with Monday to Friday as working days.…
-
weekdayName
To return the full weekday name of a given date value With this function you can determine the corresponding weekday as a string from a weekday number with 0 = Monday, 1 = Tuesday, … 6 = Sunday.…
-
weekdayIndex
To return a given weekday name as a number With this function, you can determine the corresponding weekday as a number from a weekday name. The weekday is a number with Monday = 0, Tuesday = 1, ...…
-
weekday
To return the weekday of a given date value as a number With this function, you can determine the corresponding weekday from a date value. The weekday is a number with Monday = 0, Tuesday = 1, ...…
-
week
To return the calendar week of a given date value This function tells you the week of a given date value as a number with 1st week = 1, 2nd week = 2, … 53rd week = 53. You can use all data types.…
-
Example DB - dynamic choice with JSON
Attached is a small example database showing how you can use an array of JSON objects as the data basis in the dynamic choice field instead of a table.
-
waitForSync
To return Yes (true) if the database is synced with the Ninox Cloud With this function, you attempt to synchronize your data with the Ninox Cloud. If the attempt to synchronize your data with the…
-
users
To return the IDs of all collaborators in an array This function will return all collaborators of your workspace. The result will be returned as an array with values of the data user.…
-
userRoles
To return the role of a given user Get back all roles the current or a given user is assigned to in a workspace with this function. The result is an array with the role names.…
-
userRole
To return the role of the current or a given user This function finds out for you, which role a user has been assigned. By default Ninox has 2 roles in stock:…
-
userName
To return the username of a user The function tells you the username of the current or a user.
This refers to the display name that is on file in the profile of the user.…
-
userLastName
To return the last name of a user This function will tell you the last name of the current or a given user.
This refers to the last name that is on file in the profile of the user,…
-
userIsAdmin
To return Yes (true) if the current user has the admin role With this function, you can check if the current user's role is admin, that is, if they have admin rights.…