Skip to main content
Forum
Privacy
Contact
Sign Up
Log in

Welcome to the Ninox community

Search all topics or ask a question
  • Learn and share
  • Get help
  • Service status
  • Documentation
    • Solutions
    • Setup
    • Databases
    • Automation
    • My account
    • Administration
  • Webinars
  • Overview
  • Get help

Get help Category

Get help
Answer questions and share your knowledge
    • Most likes
    • Most replies
    • Most views
  • Newest
  • Active
    • Answered
    • Unanswered
    • API Authentication Calendar Core Database Architecture Error Message Fields and Elements Forum History Import/Export Notifications On Premise Performance Print Scripting and Functions Search and Filter Tables User Management Views
  • Button action to switch from one table form to another table form?

    How can I create a button action that switches the user from the current form to a form in a different table? If there is not already a built in function for this,…

    • Choices_Software_Dean
    • 5 yrs ago
    • 5replies
    • 3630
    • Last replyMG5 yrs ago
    • Get help
  • select and sum only if and if

    1)how can i sum values in sub table that are between start date and end date in parent table? in parent table i have name , start date , end date. in sub table i have date , amount.…

    • Ppc
    • titanium_fish
    • 5 yrs ago
    • 2replies
    • 1733
    • Last replyMG5 yrs ago
    • Get help
  • Formula not working - number doesn't increase?

    I have this formula working for my orders and quotes table, but when I try to adjust it for BLA's each records BLA Number is the same let myyear := format(today(), "YY");let myBLANr :…

    • SECOS Group
    • quartz_cap
    • 5 yrs ago
    • 4replies
    • 1620
    • Last replySean5 yrs ago
    • Get help
  • Different data between computers on the same icloud account

    I have desktop and macbook. I usually input data from the desktop but when not at home I use the laptop. This morning I noticing that some of the datas are not synchronized between them.…

    • dwiandi_gmailcom
    • 5 yrs ago
    • 2replies
    • 1105
    • Last replydwiandi@gmail.com5 yrs ago
    • Get help
  • Calculate records with dropdown value

    Cant seem to get my if statements working. I just want to sum up the 'Total' field of my records that have the dropdown (Status) set to 'Sent'. Any help appreciated!

    • Kelly
    • 5 yrs ago
    • 1reply
    • 932
    • Last replyNick5 yrs ago
    • Get help
  • Has anybody already fetched invoices from Getmyinvoices or invoicefetcher and transferred them to Ninox via API???

    I want the invoices to be placed in a table in a way that both the invoice data and the invoice document itself (pdf) make up the data record. Greets, Thomas Beck

    • thombeck
    • 5 yrs ago
    • 4replies
    • 1900
    • Last replyMconneen5 yrs ago
    • Get help
  • How to pass field name to a function that returns field value?

    function getFieldValue() do record(tableName,1).'Contact Person'end The above function returns the value of the "Contact Person" field. How can I change the function so it will return the value of…

    • Choices_Software_Dean
    • 5 yrs ago
    • 7replies
    • 2517
    • Last replyNick5 yrs ago
    • Get help
  • iCal sync issue

    Hi, I'm using the iPhone version of Ninox, and have an appointment field, which syncs with iCal. Appointments appear in my calendar just fine, with iCal showing the length of the appointment…

    • Graham_R
    • 5 yrs ago
    • 2replies
    • 1239
    • Last replyGraham R5 yrs ago
    • Get help
  • Barcode scan

    I am using a bar code reader to insert a number into a field I would like to add a new record on each read. Using the Create table command My problem is that once it is created I would like to go to…

    • John_Szewczuk
    • 5 yrs ago
    • 8replies
    • 2719
    • Last replyMconneen5 yrs ago
    • Get help
  • Problems with conditional display of fields in food ingredients database

    I have checked the synthax over and over but can't make this work... I want to create categories and sub-categories but, in order not to crowd the input screen,…

    • fmosco
    • 5 yrs ago
    • 1reply
    • 1092
    • Last replyJörgNinox5 yrs ago
    • Get help
  • Tenant and sub-tenant

    Hello, I have a trooble for modelization a schema. In fact i have a table tenant and in this table i have record that is sub-tenant. But how can recognize the record tenant or sub-tenant?…

    • CISOFT_Sarl
    • 5 yrs ago
    • 1reply
    • 804
    • Last replyJörgNinox5 yrs ago
    • Get help
  • How can I apply a constraint on all results : (select table) [ xxxxx ] ?

    I need to have a constraint but to be applied on multiple results. number(b.ID) != (select Achats)[number(Atelier.ID) = number(a.Atelier.ID)].Contact.ID I wish to exclude all contact ID that…

    • plafontaine44
    • 5 yrs ago
    • 1reply
    • 1631
    • Last replyJörgNinox5 yrs ago
    • Get help
  • I need to run a formula on each field of a table...

    I have a table with some ''class'' and each ''class'' contain some contact. I need to set a constraint that prevent the selection of a contact already in the actual ''class''.…

    • plafontaine44
    • 5 yrs ago
    • 1reply
    • 858
    • Last replyJörgNinox5 yrs ago
    • Get help
  • Clear History / Rebuild Index / Rebuild Thumbnails

    This may be a bit of a stupid question, but I'm new to databases. I'm trying to understand exactly what happens when each of these actions are performed.…

    • wstarnes
    • 5 yrs ago
    • 2replies
    • 1262
    • Last replyJörgNinox5 yrs ago
    • Get help
  • Format Date

    I have a Date field, I am trying to format that date field to display in MM/DD/YYYY. I have had many unsuccessful attempts in doing so. How do I do this?…

    • SMoore
    • 6 yrs ago
    • 6replies
    • 7132
    • Last replyJörgNinox5 yrs ago
    • Get help
  • How to store a record id in another field?

    I have a separate table named GV for storing globals session variables. It works great with one exception; it fails when I attempt to store a record id like this: record(GV,1).…

    • Choices_Software_Dean
    • 5 yrs ago
    • 2replies
    • 1362
    • Last replyWesty5 yrs ago
    • Get help
  • Help with formula

    I'm moving from a spreadsheet to Ninox, so have to translate a lot of the formulas into Ninox. So far, with some help from Joerg, i've been able to tackle quite a few,…

    • Rico
    • 5 yrs ago
    • 27replies
    • 5145
    • Last replyRico5 yrs ago
    • Get help
  • Start daily counter from dropdown choice

    Im trying to get my 'countdown' field to start counting days once I select 'Sent' from my dropdown menu. Basically once I send out an invoice I want it to start counting the days that pass,…

    • Kelly
    • 5 yrs ago
    • 2replies
    • 1485
    • Last replyKelly5 yrs ago
    • Get help
  • is it possible to include all item in a filter?

    I have: let Cl := number(client.ID) (select Achats)[ number(Contact.ID) = Cl and other things....] if I have a contact selected in the client field, it s ok but if the field is empty, it wont work.…

    • plafontaine44
    • 5 yrs ago
    • 1reply
    • 888
    • Last replyLeonid Semik5 yrs ago
    • Get help
  • Mixed number/date formula

    I have a formula that doesn't work, i suspect because it refers to both number and date fields and isn't expressed the right way. It gives results in a time format, always 0:00.…

    • Rico
    • 5 yrs ago
    • 2replies
    • 1145
    • Last replyRico5 yrs ago
    • Get help
  • I’ve got this code from a button on a form but get error “not a data field” on the last line. Any help appreciated.

    let DD := i.'Next One'; while DD <= today() do let DD := DD+28 endi.'Next One' := DD

    • Lawrie_Holtby
    • 5 yrs ago
    • 6replies
    • 1401
    • Last replyLawrie Holtby5 yrs ago
    • Get help
  • How to setup a global relation?

    Does Ninox support use of a global relation, with the left side of the relation being a global field or a variable, so the relation can be set by assigning a key value to the global field or variable?

    • Choices_Software_Dean
    • 5 yrs ago
    • 1reply
    • 948
    • Last replyRoSoft_Steven5 yrs ago
    • Get help
  • Is is possible to get the actual day from a date?

    I would like to be able to get the actual day from a date such as Monday , Tuesday. The only thing info i could find was day(date) but this returns a number. Is this possible?

    • Thunderfix
    • Paul_Kidd_thunderfixco
    • 5 yrs ago
    • 2replies
    • 910
    • Last replyPaul Kidd (thunderfix.co.uk)5 yrs ago
    • Get help
  • Converting leads to customer

    If I have a table called TBL_Leads with very basic prospect information (name and phone). Is it possible to create another table called TBL_Customers where I can move the fields from TBL_Leads that…

    • Alfredo_A
    • 5 yrs ago
    • 5replies
    • 1384
    • Last replyAlfredo A5 yrs ago
    • Get help
  • How to make a smaller save size with an archived database?

    I needed to split tables off of an original database, so to do this I took the original database, made a backup, and then imported the archive using a different name and then deleted the tables I…

    • Kenreich_Zachary
    • 6 yrs ago
    • 9replies
    • 2468
    • Last replyMconneen5 yrs ago
    • Get help
1 209 210 211 212 213 266
Back to top

Content aside

Category actions

Answer questions and share your knowledge

Categories

  • Learn and share
  • Get help
  • Service status
      • Ninox E-Invoice
      • Installed apps
      • Public Cloud
      • Private Cloud
      • On-Premises
      • Tables
      • Table relationships
      • Fields and elements
      • Pages
      • Views
      • Import and export
      • Modules
      • Printing
      • Templates
      • Use cases
      • Scripting
      • Functions
      • API
      • Subscriptions
      • Manage workspaces
      • Manage collaborators
      • Access permissions
      • Usage overview
      • Process monitor
View all topics

Tags

Top contributors

View all members

Recent activity

Powered by Forumbee
Ninox-Website

Overview

  • Learn and share
  • Get help
  • Service status
      • Ninox E-Invoice
      • Installed apps
      • Public Cloud
      • Private Cloud
      • On-Premises
      • Tables
      • Table relationships
      • Fields and elements
      • Pages
      • Views
      • Import and export
      • Modules
      • Printing
      • Templates
      • Use cases
      • Scripting
      • Functions
      • API
      • Subscriptions
      • Manage workspaces
      • Manage collaborators
      • Access permissions
      • Usage overview
      • Process monitor
View all topics