-
Massive update refused
Hello, I created a field 'Name2' to reformat the field 'Name', in uppercase. The idea is to have "John" in 'Name2' while I have "JOHN" in 'Name'. My code is :Name2 := upper(substr(Name, 0,…
-
I accidentally deleted my database on icloud how can I recover it
I accidentally deleted my database from icloud how can I recover it
-
Rounding Formula
I have a formula currently sum(Payments.Paid) I want to round this to the nearest cent ($0.00) how do I write the formula for that?
-
Problem with loop
Hi team support ! First, apologies for my english. I'm working of a project of management for my agence. I have 3 tables - TRANSACTIONS - BIENS - Direct Link - VENDEURS - Subtable linked to…
-
export a pdf
How can I export a pdf from ninox. I have a image field that included pdf and I what with a button (programmation) export the PDF or a BATCH of files.
-
Start Page
Under User Interface>Start Page, the tutorial says "The menu button appears on the right side of the database label when you mouse over. Click on it to open the administration menu.…
-
Gleichzeitige Verknüpfung
Hallo Ninox Community, Ich habe TabelleA 2x verknüpft (hat triftige Gründe ;-) ). Einmal mit TabelleX und einmal mit der zugehörigen Untertabelle TabelleX.…
-
print checkmark
pring checkmark
-
insert sous-table in layout invoice ?
Hi, In my invoice table, I have a sous-table with all products (qty, price,...) ordererd by the guest. i made a printable layout and I insert this sous-table.…
-
How to create a sort order
I want to dispaly a table in order, Monday, Tuesday, Wednesday etc I know I could sort this by renaming them 01-Monday, 02-Tuesday etc Is there a way I can define my sort order and have them sorted…
-
Linking and displaying a single field between two tables
Hello I have a recipe database and I have starting to link cook-books (another table). Now when "source" is "book", the linked book table entry is displayed.…
-
I would like to create a sum formula based on yes/no fields...
Evening All, I work in construction and i am trying to build a quotation form that will allow me to add various sections as our projects vary quite a bit,…
-
Printing PDFs from an Android device.
PDF printing is not supported by Android. I think it would be a nice thing to include in the next version of Ninox for Android.What do you think about it?Eric
-
Printout charts
Is it possible to print out charts. Basically have multiple charts for a client and want to printout in a template.
-
Is Ninox Stable in Mac OSX 10.2.5?
In Trial mode (online version I think) I try to add a new field and make it a maximum height, multiline field, which I do by entering 200 in the maxium characters attribute.…
-
Make a function writable
Hi, sorry but I am not familiar with coding... I need a function to give a result if TRUE and to leave blank (so that I can insert a different number each time) if FALSE.…
-
Dialog with text input
it would be really useful to have a dialog in the scripting language which prompts a user for some text.
-
Duplicate a field?
How can I duplicate a field? I've set up an email field and filled it with a template body with linked fields. Now I'd like to use that as a template to modify it to create another email field.…
-
Like COUNTIFS in Excel
Team, How do I count the number of times a criteria is met in a field. Basically, the same as COUNTIFS in Excel. V/r
-
How to create recurrent events?
How do you create recurrent events entriy such as salary?
-
how to import an excel sheet
how to import an excel sheet
-
end expected:
I seem to get the end expected error in the below code, but cannot see why.
-
Extract text from linked table
How do I extract and splice the record WEVBrandUID_0273 in the field WEV_Brand_UID in the table 'EVNews' from linked table 'EV Strategy' ? Thanks
-
http Issue sending two json-objects
Hi all The endpoint I call (method: PATCH) expects json-objects with a line break. {"code": "test2", "parent": null}{"code": "test_adriano", "parent":null, "labels":{"en_US":…
-
Set color of text in a formula
"1 -" + item('Brand of Competitors', 0) + " " + item('Model of Competitor', 0) + ", 2 -" + item('Brand of Competitors', 1) + " " + item('Model of Competitor', 1) Hi,…