Skip to main content
Forum
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and share
Get help
Service status
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1634
posts
234
likes received
5
followers
Badges
Latest Posts
Re: Forum search bug
Weird stuff going on with authorisation vs authorization.... If you want more hits try "bearer" in search field. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: HTTP GET Calls with Headers
don't you need the content type also in your header? 'Content-Type': "application/json" Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Timestamp - 24 hours
datetime(number(now()) - 86400000) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: HTTP GET Calls with Headers
I have also experienced similar,I have found that when I use this it does work. do as serveryour code.....end Maybe this will also work in your case? Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Keep new data from being added to parent table
Perhaps a dynamic choice field would meet your needs?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Why is the date wrong?
What i usaly use is date(now()) to get the right date. I think it has something to do with the location of the server. If that doesn't work, using the new function correctedDate(datefield) might…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Quick Formula question
It's always calculated when opening the table, thats also the reason when you have a big database with a lot of calculated fields, the database could get slow.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: stumped
Try: let reg := if fasst.Id then "yes" else "no" end reg Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: YES / NO Default value
From the updatepage: 'Fields can now bind to per session memory instead of records, particularly helping you with hiding or showing additional data using Yes/No fields (All)' Maybe that is the…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: disappearing formulas
To keep the edits of columns you have to be in administrative mode. (Red wrench) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: New Time field
You can add a button with: Time := time(now()) to make your time field the current time or you can also type the time directly in the field (you don't even need the : if you type) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Oversight, or To Be Added?
You are right, for now, if you want to add a dynamic firld you have to go in administrative mode and go to the 'Edit fields' menu and there you have the possibility to add dynamic (multiple) choice…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Dashboard - limit to single record?
Use delete this in the trigger on create of your tabke, so you can't create new entries. Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Learn and share
Reported - view
Re: How to update automatically "Trigger after update" option of a field?
Maybe using a formula-field would do the trick since thise don't need a trigger. Using different display views in your formula result might work.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Select Projekte nach E-Mail
Can you post a picture of your Database-model with the table relations Please?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Select Projekte nach E-Mail
Daniela, try this: let E := userEmail();select Projekte where Ressourcen.'E-Mail' = E Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Using formatted name as form header
you can use a formula field with this as formula: SpeciesName and you can style the formula field as you want in the settings (Style-field) of that formula field.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Using <h2> tag to style emails
html: "<h2>There has been an update to your purchase profile for "+'Linked Property'.Property+"</h2><br><br>The following note has been added regarding the purchase of the above property:" ...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Use Update Trigger to Chnage the value in Linked Record
t.Products.Features.'Features(English)' := "Disposable" Sorry i'm on my iphone(i can't test it) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Use Update Trigger to Chnage the value in Linked Record
Try: let t := this;let x := text('Main Category (English)'.'Product Type (English)');if x = "Cups" or x = "Napkins - Christmas" or x = "Napkins - Party" or x = "Plates - Baby" or x = "Napkins -…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Show a form within a form and link it to a contact.
There you can use a formula field with 'M Choices' in the formula to display all your selected options of the multiple choice field 'M Choices'. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Popup related record
What john says. Also, by the date of the post, there have probably been program updates and a solution may well exist. If you can give a little more information about your problem or even better with…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: I can't get a Dynamic Choice to select from a table. It works in other circumstances.
record(Kits,number(Choice)).Price Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Two search in a base
I sometimes experienced that if you want to check text from a formula field, using - text('Petite taille') = "x" -could be the solution. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
Re: Logical expression not working
text('Groundschool Kit') = "Already bought" Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
4 yrs ago
Get help
Reported - view
1
31
32
33
34
35
66
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Plugins
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics