-
How can one remove a function ?
Hi I made a wrong function and I can’t remove it. So now all the values in a column are wrongs. I erase the function in the function window it in the text tab but it stays.…
-
Grom Google Spreadsheet To Ninox
Hi to all! I have got: A) a Google Spreadsheet that import dates from the web. B) A Table in Ninox formatted with same rows and columns What i would like to do is to create a link between them so…
-
About = in searching words
Hi When I want to search a word inside others Ex : only Ara in : Blue Ara Ara macaw Red Ara ="Ara" does not work ! But if I search only X in : X X X XXX ="X" works Is it normal ? If yes,…
-
Can the owner of a Team invite anyone to join the team?
Do non-subscribers who accept an invite automatically receive a trial subscription? If so, how long does the trial subscription run? Is it the same as the standard Ninox trial subscription?
-
a script to search a word
Hi I have an issue to search a word in a column in the filtering box with ='word' This filtering expressionnworks perfectly on all the others colums of my table but not in that one.…
-
select field in record sub table
bonsoir, j'ai un tableau et un sous-tableau et je veux sélectionner le champ de date quand text = x J'ai créé ce code mais ça ne marche pas! code: (sélectionnez 'sub table' where 'link with sub…
-
Table Links
I have 2 tables, 1 called "Sites" and 1 called "Contacts". I need to link users in the contacts table to the site they are responsible for in the sites table.…
-
How to access parent record?
When I am in the form of a subtable entry, I would like to access a different subtable off the parent record. How do I access these records programmatically?
-
Database Frozen! Need help undoing coding mistake..
I mistakenly put a dialog() function in a table view. Now the program freezes as it tries to display 400+ dialog prompts (one for each record). I can't figure out how to undo this mistake because…
-
How to Unfreeze a While Do?
I codes a while do to find matching records and pull values from a master table. When I hit OK, it froze. I 'm sure I made a coding error -- in other languages I would have suspected an inadvertent…
-
Why does ninox allow you to create records with empty fields?
I don't understand why ninox allows you to just press the + button repeatedly, and have it generate record after record with empty fields even when those fields have been marked as required.…
-
Running sum balance based on record field sorting rather than record id
Hi I do have the following tables Table Invoice with the fields date , INV #, description ,amount and client Table Receipt with the fields date, Rct # , description,…
-
mailto on openURL not working with Outlook 2016 windows
Hi! I have this code openURL("mailto:?" + "bcc=" + CCO + "&subject=" + Asunto + "&body=" + Mensaje) to open Outlook with the BCC, Subject and Body preloaded.…
-
problems with MacOS app v3.3.0
Hi all - Anyone else update to the latest version for MacOS? One of my tables I can't add new records. Other tables I can add new records, but when I add or change data the new data doesn't display…
-
How to flag "no match" records in an import file for probable errors.
How do I flag import records that do not have a match a record in a master file? Let's say a name that should match a personnel master record -- probably a typo.
-
Does anyone use Postman?
I've used it to help me get started with Google Translate, but that's really not where I'm headed with this. I was interested in whether or not a "GET" request to Ninox.com would play and it did.…
-
Do I need a Join Table?
I created two tables that hold all my data: Clients and Assets. I created a third table to display data from both. I created a View to show the Assets and created a Dynamic Choice box to choose a…
-
Small issue with new version v3.3.0 (linked scripts)
Following the update (Web version) quite a few of my scripts fell over! in particular some (not all) references were suddenly dropped (even though they were valid and till there!…
-
New display methods for Table references
I have this rows in a table: 9.9.8 9.0.1 3.5.7 3.2.1 This table is linked to another table and shown as Combo box. The problem is that only the rows begening with 3 are displayed. Any wrong thing ?
-
Rate calculation or rate table
Hi, my programming skills are very limited but here’s what I am trying to achieve : I want to apply a specific consulting rate per customer for a timesheet I use.…
-
Display on website
Dear Ninox. Is it possible to display these graphs and charts on my website for the whole world to see? Thanks for the help.
-
Simple multply of numbers
Hello, I am trying to basically do this sum 'Number of clicks' * 'Price Per Click' But which ever way im doing it it doesn't want to work How do i multiply?
-
Copy - paste
is it possible, using a button, to copy a field on Ninox so that it can be pasted on the field of another application? (use of the copy - paste in the clipboard). thanks Alain
-
To remove a letter at the end of words in a list
Hi Is there a way to remove the letter S at the end of words in a list ? In Excel one use =LEFT(B2;LEN(B2)-1 Thanks
-
Filtering subtables
Hello I was wondering if it was possible to filter a price with a subtable. I have a table with a lits of different countries and a subtable with the weight and each weight has different prices…