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
Documentation
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1619
posts
226
likes received
5
followers
Badges
Latest Posts
Re: maximum user roles
@Robbie You could add a subtable in your products-table where you add which franchisee can order that product. So only the products where they are in, they can order from.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: No plot null values
Here's the database with 3 different types of google charts, selectable with a choice field. More about google chart types here. The chart is in the table 'Avances' in the record-tab 'Chart'.
Attachment
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: No plot null values
@Rafael yes, I'll post it here tomorrow... with a second type of graph.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: No plot null values
@Rafael I made it work with Google Charts: Code in the GoogleChart formula field: let ti := "['Date','Accumulado Plan','Accumulado Real'], "; let chartdata :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: CHANIFY
I can't get it to work with the application (I guess you need a node.js or something?) Alternatively, if you send the shared url in the text, the users can follow the link to the file and the image…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: No plot null values
https://forum.ninox.com/t/q6hbwyp Wasn't the problem solved?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: CHANIFY
Suppose you have a table with 2 text fields: 'Token' and 'Message' If you put the right token in your Token field and a Message you want to send, putting this in a button will work: Simple Method:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: Static AND Dynamic Google Map with Multiple Markers
@Kruna Yes it is possible. You can build an array of places like for example your contacts table and put it in the url where the places variable should be.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Get count of chosen values from different table
Then you can use the eval() function in combination with your formula: let a := "Jim"; let b := "norm"; let c := "count(select Timetable where text(" + a + ") = ""+b+"")"; eval(c,…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Get count of chosen values from different table
formula should be: let a := "norm"; cnt(select Timetable where text(Jim) = a)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
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
2 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
2 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
2 yrs ago
2
Get help
Reported - view
Re: On Choice field eliminate empty
@Rafael Try 'IssueType' >= 2
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 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
2 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
2 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
2 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
2 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
2 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
2 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
2 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
2 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
2 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
2 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
2 yrs ago
Get help
Reported - view
1
13
14
15
16
17
65
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
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
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
View all topics