
S Moore
-
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,…
-
List of New Icons
Does anyone have an updated database of Ninox's new 3000+ icons and the internal names?
-
Custom JS/HTML/CSS Visual/Functional Elements
I can't seem to find a central spot on the forum for users to share sample databases of ways they have successfully manipulated Ninox using 3rd party languages.…
-
Creative Suggestions Needed for styled() within a Formula
I plan to utilize the styled() function within a Formula for user alerts, messages, and details. The only way I know to achieve this is to create a separate Formula for each alert,…
-
Inconsistency with 'Readable If' and 'Writable If'
I wrote a comprehensive user permissions application that validates user permissions based on: Entity > Location > Permission Using a Global Function, I wrote this:…
-
Get()
So, with Ninox's new get() I could do: get(this,"First Name") However, what if I would like to look up the table and field? Could I do something like get(tableFind("Table Name",recID),…
-
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?
-
Dynamic Choice/Multi-Choice
Hello, Is it possible to add a list item to a dynamic choice within the Dynamic Value code section? For example, I have: (select Building where Entity = ent) order by Entity.…
- Answered
-
Global Variable - Permissions (possible bug?)
Hi community, I have a global variable that is used to check field permissions. It is: function permCheck(permission : text) do let currentUser := first(select 'System User' where int_linked_user =…