-
How do you distribute changes to a database to other users
if i provide my database to another user and then later I update that database with new functionality how can I send the other user the updated database so that they can update their copy easily and…
-
Values from previous record by date
Hi Ninox Experts I am very often struggeling with the same simple problem and need your help. I concerns getting data from a previous record (I mean previous by date not by ID,…
- Answered
-
Dynamically Expand Formula Field
I know Ninox can be manipulated with JavaScript, HTML, and CSS. I intend to create a formula field that will display multiple styled() alerts. I would prefer each alert to be on a single line,…
-
Display a text sequence in html format
Hello, I would like to find a formula that allows me to display in a formula field the content of several other formula fields whose content is html() Here is an example of a formula that I would…
- Answered
-
Trigger on Open....
Is there any way to trigger actions on open a record? (there are on create and on update) Background: I am implementing a "cancel / undo" option where I want to rollback the values in case of…
-
Does a programming tutorial exist?
I would like to write my own macros or programs to optimize my databases for select applications. Does a tutorial exist with all of the instruction sets, syntax,…
-
Workspaces gone
Hello, Two of my Workspaces are not listed in the workspace dropdown anymore, what can I do?
-
How to set a default value for dynamic fields?
I'm using a dynamic field in a page view and I need to specify a default value for this dynamic field (Choice-dynamic) but I don't have this option... any idea how to do it?…
- Answered
-
Select only hosts not working on a certain date from joined table.
We host events. Each event has a host. The host data is stored in a Host table. It is tied to the Event Details table via (N:1). What would the query be to populate a view of all hosts from Host…
-
How do I show only records for staff not already working on a specific date?
I have a Page where I want to show any staff not scheduled to work one of our events on a specific date. We have multiple events on a single date. - User selects a date - View would then show any…