- 
  Calculate Cumulative Time with CodeHello everyone, I need a piece of code to calculate the continuous days of placing orders for sales (using weeks as the time interval). For example, today is Friday,… - Answered
 
- 
  Formula returning a record causes type mismatchI have a formula that returns a record. This formula works fine. But whenever I try to use the returned record in a then or else branch, I get a type mismatch. The formula field is OrderItems.… 
- 
  calculate stockHi all I have a table "Fakturalinier Materialer" (Invoice lines articles) from which I want to control my stock. Therefore I made this calculation for a start, for later to set the stock value,… - Answered
 
- 
  Regarding issues with editing the chart codeHello everyone! Through studying the dashboard template Dashboard Template shared by Sotirios Zormpas, I have learned chart code. The following code already implements the display of accumulated data… 
- 
  goto another record from calendarHi there, have anybody ever tried to jump to a record from calendar where the record I not the one which created the calendar event. I have this situation that I am in a table where I create a… 
- 
  Generate QRCode to File or Image fieldFollowing a discussion with @CISOFT Sàrl ,I embedded Sangmin Shim's code in a Ninext function to generate a QRCode on Ninox. The QRCode generates a file on the attached files or in the Image field.… 
- 
  How to write code for data filtering?How can we filter out the top three salespeople with code? Xiao Ru $382.00 Jiang Ningwei $648.00 Xiao Ru $1,704.00 Jiang Ningwei $2,883.00 Xiao Li $11,760.00 Yang Daibing $4,640.00 Li Yanping $980.… - Answered
 
- 
  JSON and for loopsHi all - I was reviewing the set() command and noticed this: for i in response do let new := (create Contacts); for key, value in i.fields do set(new, key, value) end end Look at line 3,… 
- 
  Put comments in the scriptsI discovered that it is possible to easily metre comments in scripts with a notation that was not documented: #{here I can put any text}#; var y := year('Start date'); var m := month('Start date');… 
- 
  Copy record Id failingI have the following script on a button. Everything copies over except the record Id. Any ideas on why? The target newInventory.(PurchaseItem := me.Id);, is a number. No errors are apparent.… - Answered
 
- 
  Connect 2 entriesHello. I have this code in the table Solicituds in a button: let dniActual := DNI; let personaEncontrada := (select Personas where DNI = dniActual); if count(personaEncontrada) > 0 then alert("El DNI… - Answered
 
- 
  Trigger after update not triggered when updating by copy&pasteI have a table with code for trigger after update (for the table, not a field). When I edit an existing record by typing in a field, the trigger gets called as expected.… 
- 
  Weird do as server issuesHi all - A button with a do as server use to work well, now I'm noticing that it doesn't do what it is supposed to do. If I remove the do as server it works fine, but really slow.… 
- 
  Open URL button w/URL parameters (ninox replacing characters)Hello, Ninoxians! I am trying to create a button that will open a URL and pass parameters into that URL from my record; however, Ninox is replacing parts of the URL with different characters.… 
- 
  add onselect event for view fieldIn response to @Alain Fontaine & @Fred Christmas wish (https://forum.ninox.com/t/h7hbkmp?r=h7hbvzj), I have added a viewEvent function to Ninext project.… 
- 
  Control of HUD iconsCan anyone tell which one of these switches off the paperclip and comment icon? Also, the print icon. I am hoping to be able to switch off everything and just leave the paperclip,… - Answered
 
- 
  how can I make the options in HOME not include the items that have already been selected..Hi friends, how can I make the options in HOME not include the items that have already been selected (inside the blue box)? - Answered
 
- 
  OpenURL and parameters being replacedHi, I am trying to pass two fields to a URL as parameters, then use a button to open that in a new browser window. I have a formula to generate the following link which works correctly: https://www.… 
- 
  Best practice to duplicate a recordHello friends, I am using the Ninox macOS client (now that it has been updated to 3.13.3) I have created a "Duplicate Product Item" button to create a duplicate record of any product item in order to… 
- 
  Hash of a string and checkHello everyone. I use SHA-256 algorithm to generate hash from strings. Hashing is generated correctly and the value is copied to the clipboard. function sha256HashAndCopyToClipboard(string :… - Answered
 
- 
  Trigger After Update does not get Triggered, Hi@fred @sean I am facing a very weird issue. I have some code written in the "Trigger After Update" event of a DCF (Dynamic Choice Field). When I physically choose "empty" from the list in DCF,… 
- 
  NINEXT Idea for table view (ALL)@Jacques TUR Is it possible to freeze a column in (all) or even a view so that columns to the left are locked but scrolling to the right is enabled. Much like Excel where one can lock a column to… 
- 
  How to track the selected item in a DCF@Fred @Sean I was following the below post, but I think it got too long and complicated for me to understand.… - Answered
 
- 
  multiple choice: delete option and set option on create new recordI'm sure that until recently it was possible to delete a row from the options of a multiple choice field. Now I can only edit the text and re-order the options.… 
- 
  Selecting Product Items based on ProductHello@Fred I have a Reference field where I select the main Product from Products table. Product Items is a child table of Products. I have added a button (Update Records) and a new column (Product… 






