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: Where place the alert ?
alerts are not possible in formula fields ,only in buttons and triggers (and even not all triggers)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: What ? Mean this error
Workspace is 2GB / licence. You may need to free up some space. Maybe delete some automated backups or so...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Convert days to months and years
My 2 cents: let numdays := days(date1,date2); let numyears := floor(numdays * 0.0027378507871321013); let remdays := numdays % 365.25; let nummonths := floor(remdays * 0.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
2
Get help
Reported - view
Re: On Choice field eliminate empty
@Rafael Try 'IssueType' >= 2
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: On Choice field eliminate empty
By setting the Required to 'yes' in the choice field setting.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: GANNT view corruption
Using plugins ? Maybe trying with those switched off?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: displaying map/location in iframe in Ninox.
I once created a sample database: https://forum.ninox.com/t/q6hrmdv
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: How to check if a rich-text field is empty
What if you try text(richtextfield)=null ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: How to add up the number of ticks in dynamic options
Not an easy one but this works: let c := text('Choice (dynamic)'); let s := numbers('Multiple choice (dynamic)'); let sa := (select '02')['01'.ABC = c]; let ss := s[var v := this; not sa[= v]];…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: How to add up the number of ticks in dynamic options
count(numbers('Multiple choice (dynamic)'))
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Account only to view data
You could also use a shared html-view of a table.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: WhatsApp
I think you could use messagebird.com for this, using their API to send messages on whatsapp. No need for make or zapier.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Laptop vs iPad
Hi @Michel , This is because actions are executed on the server if you use "do as server" and while some data may not be yet available on the client, this data is missing.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Share view - spreadsheet format
@Paul Ik denk dat zij ook speciale prijzen hebben voor non profit organisaties. Ik denk dat u best eens contact opneemt met support@ninox.com om hier meer over te vernemen.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Hide button if selection in Multiple Choice
@thomas if you know which record ID your DAF FF 058 PS 2600KG is on, you can use this formula in the display only section of the button: contains(numbers('Mezzi pesanti'),…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Images size on printouts
You could create a formula field in your table (the one on your printlayout) and add a “ with a couple of returns (for another line) and end with a “ again.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Print PDF Formula
PDF := importFile(this, printAndSaveRecord(this)) More about the importFile() function here.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: 3.8
@Fred Well this means the extentions @Jacques TUR made in the Ninext project will no longer work i guess.... And they also mention that they are working on a standardized way to support these use…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Printing an image attached to a record with html
👍 Great, Glad you sorted it out and also thanks for sharing your solution here. @David H
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Sketch on photo
Maybe this sample database can do what you want...
Attachment
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Enter the content of another field inside a rich text field
@Fred You will also like this one if you like to play around with html and use colors in your Rich text field:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Creating my first Dynamic Report
The links I posted here are actually good learning guides.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Printing an image attached to a record with html
You should use the function shareFile(Screenshot) to get the url of the image field to display in your html formula.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Cannot create more Forms!! - Cloud version
You can only have one form per table
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Print engine for Ninox - what is the 3rd party report writer being used?
It's called dynamic print layouts. (using a 3th party carbone.io) More about the dynamic printlayouts here. If you jump to time 11:40 in this video you'll get some explanation how dynamic print…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
1
14
15
16
17
18
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