Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Webinars
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Re: User filter in REST API to filter Array field.
Use the execute script API query select Table where testx(concat(CAE), "11029") GET https://api.ninoxdb.de/v1/teams/:teamid/databases/:databaseid/query?query=YourEncodedQuery
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Learn & Share
Reported - view
Re: Order by descending
When the field I'm working with is of a number data type, I use: let xVar := select SomeTable order by (SomeNumber * -1); In your case you could try 'enumerate' your records with a helper Formula…
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Get help
Reported - view
Re: Is it possible to use a global function (defined in Ninox) via Ninox API query endpoint?
Hi Simon - I can make this work with globally-defined functions that only return data (text, number, boolean). It didn't work well when I used functions that were supposed to manipulate my Database…
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Get help
Reported - view
Re: Use filters in REST API to filter Array field.
There's also the contains() function which may be simpler than testx()
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Get help
Reported - view
Re: Use filters in REST API to filter Array field.
I doubt you'll get it working with an array (which I guess is a multi choice field or some formula returning multiple items in an array?) I find checking for an item in an array not to be…
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Get help
Reported - view
Re: UNCHECKED spam on this mailing list is more than a nussance.
You haven't tried any of the spells yet? :)
Kaan Dikmen
Kaan_Dikmen
1 yr ago
Get help
Reported - view
Will Bindings come to Views (of Tables)?
This to me makes most sense for utilising the power of bindings. Not everyone wants to view tabular data with the same columns, same filters, etc. Great new feature and fun to play with,…
Kaan Dikmen
Kaan_Dikmen
1 yr ago
231
Get help
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
Check the Table you are linking too... you may have deleted the records in that table with ID 1 and 2. as Alain noted a few posts ago, even if you delete those,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
As I understand it, numbers(DMC) just returns an array with the IDs of the records in the table to which the DMC is linked. If you call DMC without numbers() just as it is,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
Interesting, that is rather bizarre behaviour. Haven't tested it myself. Inspired by Sean's post, I realised I should have separated the logic for 1) grabbing a list of record IDs from a table based…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: How to Unfreeze a While Do?
I created my own "Advanced Search" functionality. What I found sped things up was to wrap your script in <do as server>...<end>. It moves the crunching to the cloud, not your browser.…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
This is a script I've got working for me at the moment... it's a bit "hack-y" so I can't say how robust it will be but it's proven excellent for my use case.…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
This is super helpful. I can now draft hex strings and get the expected results to show. Now on to the work to write a script that will do that for me programmatically!!
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Dynamic Multiple Choice Field - How to Programmatically Assign
Yes, I shouldn't have said random. I was able to replicate the selections of a Dynamic Multi Choice of one record in another by feeding in that string. It's clear something that's coded,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Dynamic Multiple Choice Field - How to Programmatically Assign
Hi - the latest Ninox update has lots of interesting new features to play with, great to see it launch. Dynamic lists is something we've all been clamouring for.…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
16
replies
4,222
1
Get help
Re: http() function isn't working
I think gold standard for responsiveness to the community has to be Coda right now; which is a shame because the Ninox product is so powerful. Wit's the right support, documentation (please,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: http() function isn't working
Oh right. I'm on the Cloud version. Good luck, hope support helps!
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: http() function isn't working
I got the same Error response using the code snippet you pasted... but wrapping the http() request in do as server <function> end did the trick for me. let rt := html("");let response :…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: http() function isn't working
That thread link just gets me to a 504 Gateway Time-Out error page...
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: http() function isn't working
I have a function that grabs genders using the genderize.io free api. It works fine for me. """ // Assigns gender to all unassigned People """;function genderize() do let urlbase := "https://api.…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: http() function isn't working
What error message do you get? "Server not responding"?
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Get help
Reported - view
Re: Is it possible to share a product roadmap for Ninox. ?
Bump +1
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Learn & Share
Reported - view
Re: Fuzzy search for enterprise grade Apps
The language is certainly accessible... but it feels any sophisticated routines are held together by sticky tape, as demonstrated by your own examples of manipulating arrays!! Anyway,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
Learn & Share
Reported - view
Fuzzy search for enterprise grade Apps
Hi, If Ninox truly wants “power” CRMs and ERPs to be built using the Ninox platform, Search needs to be better. Simple as. Otherwise, the risk of duplicating records (People, Companies,…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
3
replies
501
Learn & Share
Creating records via POST requests leaving createdBy field empty in-app
Hi! Just noticed that when I create records via the API (via POST request), the createdBy field shows as blank in the Ninox app. On closer inspection, using a GET request to inspect the newly created…
Kaan Dikmen
Kaan_Dikmen
2 yrs ago
397
Get help
1
2
Next
Kaan Dikmen
Kaan_Dikmen
28
1
0
Joined: 23 Apr 2020
Follow
Home
Learn & Share
Get help
Webinars
View all topics
Tags