-
Delete a record and related records in other tables
I have a table named « Accounts » which is the main table where I add all my customers. From the Accounts table, I created a Yes/No field which has the mission of deleting the selected account…
-
Help to figuring out work around for MacOS app
Hi all - For those with access to the MacOS app and a cloud subscription. Upload the attached DB to your cloud account and as a local DB. With the MacOS app: Start with the cloud DB.…
-
Checking if a record has been linked to another one
Today I noticed an unexpected (to me - as non professional coder) behaviour when checking if a record is linked to another one. I haven't found info about it in the forum nor the documentation,…
-
HTML/Rich Text does not work on print record
I've noticed that HTML and rich text do not display in the required format when printing a record. Instead, the text is displayed normally. Does anybody know a work around or whether Ninox plan to…
-
Update a field in another table
Hi, I have a 'Parts of car' table, where after selecting for example the engine, I need to select the parts (in this case 1 part) which is necessary to repair the engine.…
-
Link multiple records to a parent record
Hi everyone. I develop a database for creating a schedule for trainings. I have table with clients' applications for trainings and a table with training groups dates.…
-
Automatic adaptation of views
Hello everyone. I would like to know if there is a solution so that the views adapt in height (number of rows) automatically according to their content.…
-
Select result if more then one - Rest API
Hi, I have an API-Code in Ninox let auth := { Authorization: "Bearer TOKENNR", 'Content-Type': "application/json" }; let Paiva := 'Inserisci p.iva (solo nr) o cod.fisc.…
-
Badges on TABS
@Jacques TUR and others. Using Ninext is it possible to add a badge to a TAB? In the screenshot below you can see I have a TAB to view the notes related to a particular Location.…
-
Proper Syntax for counting any combination in a multiple choice field that includes at least one selection.
I have been trying all sorts of syntax along with using +, and, or to no avail. Here is my formula. let xStart := 'Start Date'; let xEnd := 'End Date'; count((select Chronos)['Date + Time' >= xStart…
-
Hiding elements - HUD control
In case this might helps folks here are a couple of helps. Please feel free to add anything to this post that relates to the Title. -------------------------------------------------------------------…
-
Update multiple records
I seem to have lost the ability to update multiple records. Can anyone confirm this for me and if you still can - how?
- Answered
-
Dates Overwritten with Epoch Date on Opening
I have a small personal database I am using to keep track of video game releases. Some of the games are not yet released and have no announced release date,…
- Answered
-
Field/formula alignment issue ver 3.8.1.0
Last night I noticed this: Note the two green fields and the Locked check box. This happened last night and occurs across the DB so is not isolated to this form.…
-
Parse a specific section of a YouTube URL
How would one parse out this section of a YouTube URL Complete URL = https://www.youtube.com/watch?v=BbqlkY0ArfM I want just this portion: v=BbqlkY0ArfM This can then be used to watch a video from…
-
Formula ID count also deleted records
Good morning everyone, I have a formula field with ID in it. This shows me the record number. My problem is that I have noticed that this formula also counts me the record ID's that have been deleted.…
- Answered
-
Wrong ID in Multiple Choice?
I have a multiple choice field where I write a Note, and then assign it a Note Type. I'm trying to make a view where I can see what the Note is for ones that are "Issues".…
- Answered
-
Export/change/import attachments
Hi gurus, In our DB, we have a huge number of attachments, some of which can be of reducible size. Is there a way to access directly the attachments, in order to reduce their size (pdf, photos) ?…
-
Using 'alert' to overcome real estate issues.
Ninox could improve the form views a great deal by allowing more control over padding between fields, field sizes, font sizes and so on. There is a lot of wasted space in my opinion,…
-
Formula fields show no data in table view
Sometimes my formula-fields don't show data in some records in the table view and the form view while in others the result is shown. My formula is correct because when renewing the window,…
-
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…
-
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…
-
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
-
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…
-
Enter the content of another field inside a rich text field
Hello again. I'm just ending the development of a custom application that needs to print and export some rich text fields with lots of text. What I need is some kind of "data merge" inside a rich…