-
browser based Ninox is not syncing over past 4 days....??
iPad Ninox app is syncing/updating properly but browser based Ninox is not syncing over past 4 days....??
-
go to a table view (instead of dashboard) when opening database
I am trying to write a global function to open a table view when I open the database. openTable("Table name","View name") does not work.
-
I’m having problems printing to pdf
I have a lesson plan database and I can’t always print to pdf. It sometimes works but often hangs. Any ideas?
-
Exporting Formulas to XLS?
When i export my tables to XLS my formula fields are omitted. Is there any way to include them?
-
Meetings template
Can't get meeting to appear on calendar
-
Newbie question again - can I convert a child into a parent and if so how?
Thanks for anyone with the patience!
-
Formula's in Tab Names
Would be great to be able to use formula's in tab names. Could then, for example in a list of contacts, use a formula to label the tab with the contacts name to make it clearer to the user what…
-
Add styling to show a button has been clicked
It would be really great if the various buttons (print, the add new record + symbol etc) highlighted or changed in some way to show that it has been clicked.…
-
Where is my database
I had computer troubles and after restoring some information from a backup I lost my most recent archives and the latest one I have is May 9th. Where is the actual database I was working on located…
-
Production Planner - Gantt view by day, est/actual production shown per day on the view
I have a tricky one, and I'm not sure if its feasible in Ninox. Figured I'd get some opinions before I spend too much time on it. I need to build a production planner. We currently use an excel file.…
-
Smart fields - trigger on click
Is there any way to trigger something when you click on the email or phone buttons? What I'd like is that when clicking on the phone or email, it will automatically create a linked record in our…
-
Split number
Hello i'm trying to split a number with a coma separated like 1850 to 18,50 or 12333 to 123,33, it could be 4 or 5 or 6 numbers and split with two number at the end? Any help would be appreciated.…
-
Count each different field value
I have a table with a Label field. This label field is a selection and can be ''A'' , ''B'' or ''C'' for exemple. There is another field named ''Active''.…
-
Unable to change linked field value
I have a Product table with composit table named Caracteristic. When I select a product within caracteristic form, I cannot change this product, it lead me to the product field to modify this product…
-
http request body json syntax qyestion
I need to send the following json body request in a http call {"variant": {"id": 7702027632705,"price": "2.70"}} I keep getting the following error the ninox code i have written is {variant: [{id:…
-
Prevent new entry if required field empty
Hi, I have a Table with 2 required fields (country and state). If a start a new entry with USA and let the state field empty, it will be in red to tell that is required...…
-
What's the for loop syntax?
Is it? for <index> in range( <from>, <to> ) do <expression>; .... end; or does it return a value or set of values? let <variable> := for <index> in range( <from>, <to> ) do <expression>; ....…
-
Mailson
bom dia poderia fazer ninox for mac em português para ajudar os brasileiros obrigado
-
Globally style headers
Hi all Is there any way to globally style headers? I'd like to have a standard header format, which uses an RGB colour so its a bit tedius to edit every header individually.
-
Send email with all attachments
I need to send a packing list and shipipng labels to our warehouse. I have a button that creates the packing list and saves it to attachments as a PDF. I then upload the shipping labels manually.…
-
Change icon to a database that already create
It is possible to change a icon of a database that is already create or add our own icon?
-
Add between item
Is it possible to add an item between two items in the invoice please? for example: we have got 8 items on our invoice and i want to add 1 extra item between item 2 and 3 thank you.
-
Change Print View Orientation
How to get Print View to save the pdf in Portrait mode not Landscape
-
Add to total in sub-table if choice is NO
Hello all I am trying to add to a value in a sub table on the results of a yes/no choice.. (triggered after update).... Sorry to ask such elementry questions here...…