-
Remove empty KANBAN
How do you remove the empty kanban card?
-
Can I use two field contents as choices?
I have a Couples table with fields 'name 1' and 'name 2' (with entries say "John" and "Sally"). Can i have a 'who attended' choice field, where "John" and "Sally" are the options?…
-
carriage return in alertbox
i'm need a carriage return en a alertbox?? I can't figure out how to do it.. let txt:="my line 1" txt :=txt+"my line 2" alert(txt) i need a line break so the result is my line 1 my line 2 - Henrik
-
Is it possible to print a 'view' layout element?
I have a dashboard in which I have created a 'view' from the layout element menu. It produces a table view of the selected columns. Is it possible to print this?…
-
Conditional Formatting Built into Formula Field
I have a formula field that calculates ending inventory balance. [units on hand] - [units to distribute] I'd like to add in a conditional formula in the field background based on final balance.…
-
problemi di stampa dei report
quando passiamo alla stampa dei report con sitema windows (funziona bene su mac), il file pdf di adobe si vede molto male: le righe si sovarppomngono, i caratteri vengono strecciati, etc.…
-
create records in a subtable
Hello all I'm trying to indset records in a subtable i have a table 'heste' holding name, age,birthday... and a training table with date,activity... i want to select alle horses in category 2 and…
-
Control records Access by user.
Hi, I have an expenses table shared by different users but I want that each user only sees the records created by themselves. Is this possible. They have the same role and need to access the same…
-
adding many record references
Is there a way to update multiple references at one time when linking two tables? I have thousands of records and it would take too long to go through them one by one.
-
Weeknumber and date
Hi i need to calculate a date. I know the weeknumber and the day.. Monday in week 7. How do i find the date for monday week 7 ? Henrik
-
Is there a way to adjust the row height in any view?
Is there a way to adjust the row height in any view?
-
Create n records in a subtable at once
Hi NX community! I have a table "A" which contains several records. I'm trying to come up with some code to set a button that should update the table "B" with all of the records coming from "A".…
-
Consistency check formula
Morning all, I'd like to ask once again for your help. I would like to have a field that checks if field A is equal to the sum of fields B+C, keeping a tolerance of one cent of difference.…
-
Hiding a multiple choice field
Hello, I'd like to hide a Date field if a specific option "A" is selected in a multiple choice field. So if "A" is selected, or "A" and "B" are selected together (every scenario in which A is one of…
-
Join on non-key field to update records
2nd try. I can't figure this out, but I think it should be simple. ITEM Import Table: Item ID, Available quantity, Import Timestamp. Target Table: Item: Item ID (not Ninxo ID but parent system id.…
-
To colour with conditional style with the id ?
Hi, Is there a way to color sommes values in a column with the conditional style with the id ? Normally one use the same letters of some names to color them.…
-
Mehrere Fortlaufende Nummern erstellen.
Hallo Hat jemand eine Idee für einen Code für folgende Situation: Zahlenfeld --> Startnummer Zahlenfeld --> Anzahl Button--> fortlaufende Nummern erstellen Mehrzeiliges Textfeld --> Hier soll nach…
-
TRIGGER problem - Help please!
Hello, I would like to use a trigger to make 2 changes, but my code only seems to make one change and I can't figure out why...can anyone help please? Am I trying to do something that can't be done?…
-
Difference between the "Rebuild index" and "Reindex files" buttons?
Under the Options tab (beside the "Data model" tab) what is the difference between clicking the "Rebuild index" and"Reindex files" buttons? What exactly does each do?…
-
ERROR in NINOX APP: BEGIN TRANSATION failed: getdelta
Good morning, a lot of my employes using the database in the phone/tablet are having this error (in Italian): "La pagina su "file://" visualizza: Begin TRANSACTION failed:…
-
Newest android update not working Samsung A71 & A21
The newest update is not working. We get error after error and can't even open the database. We tried different teams, different databases and even different android phones.…
-
Recover a field ?
Hi I have 2 tables in a database. I would like to recover an erased field from one of this table to the other. Can someone tell me the way to do it ? Thank you
-
problems with view
Hello all. I got great help with a problem with vaccinations this week, and now i have an other problem I have a table with traning activities for horses..…
-
Math symbol missing in a formula ?
Hi I try to select names wich are displayed only one time. So I use a formula for duplicates like this one : let myV := 'Bird name'; if cnt(select 'table name' where 'Bird name' = myV) > 1 then…
-
DYNAMIC MULTIPLE CHOICE appears in print layout
Hi everyone, how can I get appear the selections of a dynamic multiple choice in a print layout ? Thanks in advance