-
Step-by-step onboarding available in German
To our community of German speakers
: 4 chapters are ready for you to explore Ninox step-by-step. For more information about this new section in our documentation,…
-
Hide button if selection in Multiple Choice
I need to make the button "ESENZIONE BOLLA" appear only if the flag is active on DAF FF 058 PS 2600KG in the dynamic multiple choice field. Otherwise I need to hide it.…
- Answered
-
Absence management Change Timeline
Hi there are any way to change the timeline to Year/Month/Week on the (Absence management) Ninox Database.
-
Script for Inventory
Hello everyone, For information, I only speak French. So the following is translated by "google translate". I start with NINOX. I am busy developing a table allowing me to carry out inventories.…
- Answered
-
Print form - not include empty fields
The title says it. Is there a way to have only the non-empty fields in my print form (i.e. automatically remove all fields that are empty)? Thank you.
-
Bigger images in print-layout
Is there a way to make the images in the upper right corner bigger? My aim would be to have larger thumbnails, with the title below each image. At the moment the images are decidedly too small and…
-
locking all records help please
This script works fine apart from fields which are 'empty'. do as server for i in (select 'DOCUMENT REPOSITORY')[LOCKED = true] do i.(LOCKED := false) end end;…
- Answered
-
User Roles/Security
I am working through my database setting up roles etc. Doing the basics first and I have created a user/member (me under different credentials) as Editor only.…
-
printAndSaveRecord() via API
Has anyone discovered a work-around for triggering a "print and save record" remotely? I have a ton of integrations (via Integromat/Make) that would greatly benefit from this being a feature.
-
Highlighting entries in table A that are selected as reference link in other tables.
I have a table of many contacts, and various other tables (applications, log, opportunities). Each of these tables have a reference column to contacts (akin to the example in the CRM Template…
-
Combine lines from multiple tables into one
I'm a contractor who uses Ninox for estimating and project management. My structure is as follows: "Estimate" table contains multiple estimate items that come from the "estimate items" table.…
-
Print PDF Formula
Hi all, need print the field fórmula (Seguimiento) with the Button (Print PDF) Oon Field PDF image. The print file is Seguimiento_Doc. Thanks
- Answered
-
Converting a text string to a multiple choice field
Hello! I've been having trouble figuring this out and I would love some help. I have a work flow that involves a potential guest (school groups visiting our site) filling out a form that…
- Answered
-
Formula to calculate the duration in Hours and minutes of a work
I have to fields "WorkEnd"(End Hour field type) and "WorkStart" (Start Hour Field type), how can i calculate the duration of the work in hours and minutes and show it in a field called "Total"???…
-
Comments icon hi-lite like Attachments.
In another post wrt hiliting the paper clip this code was advised: if count(files(this)) != 0 then html(" <style> .i-light-grey.i-attachment { background-color: #a9a9a9; border-radius: 4px;…
-
Problem reference between tables
Hi to all! I need your help again. I have a table with several events. Each record corresponds to an event. Then I have another table with our staff list.…
-
Dynamic choice from Multiple choice field
Hi there! So I've been browsing on possible solutions but so far nothing that I can understand exactly or addapt it to my case (newbie here!). I'm trying to code a dC field to retrieve the selections…
-
invio e-mail da tabella di riferimento
Ho una tabella scheda di lavorazione e una tabella clienti, nella scheda di lavorazione faccio riferimento al cliente e riporto i dati nominativo telefono ed e-mail.…
-
Can't Create Backups
I have been trying to create backup on database in a new team I create yesterday. When I select Manage Backups there is nothing under Manual Backups. Automatic backups are working.…
-
Print using my own carbone.io account
Hello everyone. We have used dynamic print forms since Ninox implemented carbone.io. However, Ninox only allows 500 pages per month which aren't enough. Therefore I created my own carbone.…
-
Calndar View
Is there a way to add a "today" button to the calendar view in Ninox?
-
ARGGHHHH! New 3.8 Cloud version
Cannot get into "Trigger Before Open" - anyone else have that issue. Left the Ninext script in and now the "Trigger Before Open" will not open to allow me to delete it.
- Answered
-
Not able to open Ninox
I’m getting a “Team blocked” and not able to get in. We are trying to pay if something is due but not able to get in at all. Is there a number we can call?
-
Webhook - Integromat - transfer of a data array
Hello and good morning! I would like to transfer data to Integromat via a webhook. I did - and it works well! ------------------------------------------------- let wpURL := url("https://hook.…
-
Ninox Generic Report creation - specifically views
I have a report which has two views on it, Both views are set to 'auto height'. When printed the top most one overlaps the lower one. How does one prevent this?