-
Multi-Choice Menu Style Adjustment
I have a multi-choice menu (see attached). Is it possible to manipulate the code for this particular field to either hide the (all) button or change its action to select a specific value?
-
Image click area links to data
This is a floor plan. I divided the floor plan into 9 areas. Is it possible to click on the color blocks on the picture to link to the corresponding information? Is there such a function? Thank you.
-
Open URL button w/URL parameters (ninox replacing characters)
Hello, Ninoxians! I am trying to create a button that will open a URL and pass parameters into that URL from my record; however, Ninox is replacing parts of the URL with different characters.…
-
<span onclick=""ui.openRecord('" +
let list := ( let x := split(text('Artist Choice'), ","); for item in x do let i := first(select Artists where 'Artist Name' = item); " <aside class = 'double' style='text-align:center; font-family:…
-
Monate zu Datum addieren
Hallo, ich habe ein Datum und möchte als Funktion einfach nur, z.Bsp.: 6 Monate dazurechnen. Ich finde aber keine Möglichkeit die Monate dazu zu addieren. Einfach nur 180 Tage wäre eben nicht korrekt.…
-
IOS icloud not synchronizing after latest update to v. 3.13.3
My data is no longer synchronising since the last update on my Iphone to 3.13.3. I tried exiting the programme and also re-starting the Iphone.
-
Ninox on iPad need to be closed and reopened when make change on structure.
I'm working on my iPad Pro. When I'm in database creation mode, when I click on "save", the little wheel spins indefinitely and I have to close, then reopen Ninox.…
-
Hello
I am creating invoices from a price list. How can I ensure that when I change the prices, the invoices already created do not change?
- Answered
-
Iphone layout
Hello everyone, the design I prepared on Mac is not usable because it does not fit on iPhone. Is it possible to make a simpler menu design specifically for iPhone? Thank you. Engin
-
Using a Page
Hello I have a table with my billing in different currencies. I have created a page where I want to graph my sales in Soles (Yes, I am from Peru). On the page I have created a field where I put the…
- Answered
-
Open 'Dashboard' view when opening Database
Hi Guys Tried searching this but posts seems to be 4-5years old so I thought id ask again. I am using the Ninox enterprise cloud and in the database options > 'Trigger after open',…
- Answered
-
Table tab background image on iPad ver 3.13.3
The selected background image available in Options doesn't stick (works temporarily), but then drops. Oddly, the selection works on the desktop version, but after that selection is made,…
-
Control of HUD icons
Can anyone tell which one of these switches off the paperclip and comment icon? Also, the print icon. I am hoping to be able to switch off everything and just leave the paperclip,…
- Answered
-
Double search
let xSt := 'Date 1'; let xFh := 'Date 2'; let xY := 2024; select Partidos where Fecha >= xSt and Fecha <= xFh I have a Multiple Choice with Years ( 2023,2024,…
- Answered
-
Clearing Cache to get Ninox to Work
We are having multiple instances of having to clear the cache multiple times for Ninox to work. I am on Private Cloud? Anyone else having issues?
-
how can I make the options in HOME not include the items that have already been selected..
Hi friends, how can I make the options in HOME not include the items that have already been selected (inside the blue box)?
- Answered
-
Where did my background images go?
I upgrade my Mac to Sequoia and now the background images for all of my databases are gone. How do I recover them?
-
OpenURL and parameters being replaced
Hi, I am trying to pass two fields to a URL as parameters, then use a button to open that in a new browser window. I have a formula to generate the following link which works correctly: https://www.…
-
Code lock in Ninox
Hello friends, just wanted to know if we can lock our code in Ninox. When we create the database app for a client, can the admin open the code and see how it’s been written?
-
If the value is not different from the previous one
I have a digital field containing information and a 'Date+Time' field to record the time of change. I have a question: Is it possible to set it up so that if the new value is the same as the old…
- Answered
-
Best practice to duplicate a record
Hello friends, I am using the Ninox macOS client (now that it has been updated to 3.13.3) I have created a "Duplicate Product Item" button to create a duplicate record of any product item in order to…
-
Sortierung von formatierten Daten styled(date)? / Sorting formatted data styled(date)?
Hallo Community, gerade stehe ich vor einem Rätsel. Es geht um die Tabellenansicht und die Funktionen styled und order by bzw. das Sortieren von formatierten Daten.…
-
Alert in cloud version not working?
Im doing this at Table level update trigger, but there is no alert showing up. Whats the trick? let checkthis := NameField;if cnt((select Customers)[NameField = checkthis]) > 1 thenalert("Customer…
-
Home Button Hidden
One of my workspaces has a sidebar where the Home Button is hidden to users. In edit mode I can access the Home Button menu and hide Search, Calendar or the whole Sidebar, but not the Home Button.…
-
Auto-increment?
Is there currently an auto-increment field of some type? If not, is there a way in code? (I found some old posts, so I don't know how relevant they are anymore,…
Answer questions and share your knowledge