-
Is it possible to force a FX Script field to the same hight for every Records?
It seems like when lining up FX fields side by side with other fields, it's higt is individual for each Record (as pr. adjustet to fit). Espessialy when using "Show only if" ....…
-
Remind me where my data is stored
I have Ninox on my Mac (v 3.9.3) as well as my iPad and iPhone. I may have paid for the Ninox app from the Apple App Store but I'm not on any subscription scheme.…
-
All I want for Christmas!
Ninox Support (When you are monitoring this forum - Please pay attention to this Santa Wish List thread. This is what your user base are listing here because we need a few (err probably more that…
- Answered
-
Copy to clipboard: Multi-line referenced table
Hi Folks, Here's a doozy (well, hopefully not). I'd like to add a 'Copy' button below a referenced table "Project Details". Within that table, I'd like to copy a couple of fields:…
-
Convert total time not in days but only in hours
Is it possible to have the total time only in hours and not in days?
-
Sum Based on Choice
Trying to add up all totals from multiple records based on a choice. Data Base is called Receipt Details. When I choose a month, for example OCT under Statement Month,…
- Answered
-
Script problem.
do as server let me := this; for i in select 'Task templates' do let new := (create Tasks); new.( void; Status := 1; 'N1 Main Table' := me; 'Assigned Date' := date(year(me.'Start date'), month(me.…
- Answered
-
Not Exit from a loop
Hi to all! i have got this loop on a formula: let images := response.result.images; let coverimageLink := ""; let foundImage := false; for i in images do if (i.type = "primary" or i.…
- Answered
-
v3.10 Enterprise only?
I'm sure some of you have gotten the email to join the 3.10 webinar. Sadly, I saw this in the email: To make the most of these features, consider upgrading to the Enterprise plan from Ninox.…
-
3.10 public bug
Picked this up for 3.10 public version - have emailed support. Can anyone replicate? Couple of bugs. It seems that a formula that refers to an image field loses its ability to have a colour…
-
Beginner scripting resources?
I’m trying to teach myself about scripting commands. But I’m having trouble finding full, complete answers. For example, the Switch Statement. In the Ninox Intermediate Tutorial #3, Switch Statement,…
- Answered
-
A BIG thank you!!! - please add your show of appreciation.
@Jacques TUR - Thank you so much for all that you have accomplished with Ninext. I was motivated to post this morning due to the element copy and paste feature recently added.…
-
HELP ME RANK PLEASE
I have a table in Ninox, lets call this table, Table A. This table consists of the column Name of cars, and Scores. Please see the screenshot in the attachment.…
-
Need Formula on Chart
I have a multiple selection dynamic let uni := unique(((select Gastos) order by Categorias).text(Categorias)); for i in uni do first((select Gastos)[text(Categorias) = i]) end Copy I need the Formula…
- Answered
-
Shouldn't graphics adjust Y axis so that data visualization is pertinent?
I have this graph: Why is the Y axis starting at 0? I have seen other examples elsewhere where this doesn't happen. Anyone aware of this? Thanks
-
Select records through Dynamic Multiple Choice Field
Hello, I've been looking for a solution for a couple of days but I can't find it even if it's a simple thing. I have a TabCategories table. I have another table, TabCustomers, where there are,…
-
Increase storage
How can I increase storage
-
Yes/No function
Hi, I want to change my multiple choice function to several yes/no functions. All works well but one choice. I want to use a yes/no function (named OHW) to indicate that a client is no longer an…
- Answered
-
Create Record Button in a Table > Create R. to a Subtable
Hi, I thougt this would be easy, an that I have done similar before, but now I'm stuck. I Have a table "Placenames" , with a Subtable "Farms_Places", whitch have all the sub-places under the main…
- Answered
-
Formula to sort month
@Fred Hi Fred. Need to sort the graphic from Jan to Dec, the data is in the Gastos table (the gray data). I try this but don't work select Gastos order by month(this.Mes)
- Answered
-
Problem with this formula
sum((select Expenses).'Amount Spent' where Categories = "Gas") sum((select Expenses).'Amount Spent' where text(Categories) = 8) Where Categories is a Choice field.
- Answered
-
API into Image Field
Has anyone worked out a way to fill an image field with a file from a different database using API? The goal is to press button in database A and send the picture to database B without needing to do…
-
Problems with condition statement in a while do structure
Hi there! Hope you can help me out with this: So, I'm building a Many-to-Many relationship between two tables, one for journal entries ("Asientos por Registrar") and another for Vendor Invoices…
-
Ninox tutorials stopped working?
I'm brand new so had been looking at tutorials here (on this web site). But now, when I select a specific course to view, all I get is a. blank white screen, no window to play the video.…
- Answered
-
v3.7.11 new functions
setItem(any,string,any) and removeItem(any,string) These two functions allow to manipulate JSON by adding or removing an item. This is very good news, because until now this was only done using…