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
Plugin apps
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
1621
posts
226
likes received
5
followers
Badges
Latest Posts
Re: shareLink Problem
@Rafael 👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: shareLink Problem
@Rafael can you invite me to your team or upload a sample database so I can have a look? steven at rosoft.be
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Save record to a log file. error
... let i := (create EmaiLog); i.(Email := xEmail);
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: shareLink Problem
Maybe it's because the scr needs to be in quotation marks. Try: <img src = '"" + i.ShareLink + ""' width='70' height='100'><br>
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: shareLink Problem
Strange... I guess your ShareLink field in in the Albums table? Did you already tried to follow the link in your ShareLink field? Do you see an image? (I don't get an image if I try the link showed…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: shareLink Problem
@Rafael can you post the whole script of your formula field? (Not sure why you need the raw(i) in your previous code)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: shareLink don't work
try: <span style=""color: black"">Cover: <br></span> <img src = "" + i.ShareLink + "" width='100' height='50'><br> The source of the <img>-tag should be the link and not the dimentions.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: double entries
Hi Rob, have a look here : https://forum.ninox.com/t/60hr83k#g9hrnjr
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Ninox Mac app and macOS 14.0 (Sonoma)
Still getting a SyncInit error when opening a database from my private cloud....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Triggering an email when a specific has been updated on a table.
Where do you put this script? On table level or on the specific field (after update) ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Ver 3.10 - new PAGES Feature
@Fred Seems like@Leonid Semik made a conversion tool to convert tables into pages. Check the German-language forum here
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Learn and share
Reported - view
Re: select where statement.
Only INVENTORY needed
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: <span onclick> , Is it possible in a Formula (html) with for from to do loop ?
Here you are: let list := join(for i in select Persons do "<span onclick=""ui.popupRecord('" + raw(i.Id) + "')""; style=""color: DarkRed; cursor: pointer;"">" + i.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
3
Get help
Reported - view
Re: <span onclick> , Is it possible in a Formula (html) with for from to do loop ?
https://forum.ninox.com/t/83yhcrc/split-function-help#m1yh4zh Is an example
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Split Function Help
@Fred I don't think Ninox will remove this because their new template "Leave Planner" is also using this. It is a very educational template.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: Split Function Help
This code also works: let list := split(Genres, ", "); let src := join(for i in range(0, cnt(list)) do "<span onclick=""ui.openRecord('" + raw(first((select Genres)[Genre = item(list, i)]).…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: Split Function Help
what about this? First generate the html code lines outside the html and then inject it with your other html code... let list := split(Genres, ", "); let genrelines := join(for i in range(0,…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Split Function Help
Is this is not what you want? Don't you need 1 or 2 or 3 or ... clickable lines in your html output? You can adapt the code to get them all in one line i guess.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Split Function Help
let list := split(Genres, ", "); join(for i in range(0, cnt(list)) do "<span onclick=""ui.openRecord('" + first((select Genres)[Genre = item(list, i)]) + "')""; style=""color: #1E90FF; cursor:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Get the number of the chosen entry in a Dynamic Choise field
I have a formula to those 2 buttons but you'll need to adapt them to your requirements: prev button: let rec := record(Names,number(DynChoice)); let c := index((select Names) order by Name, rec);…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: Sort json?
@Kruna Yes, That would be incredibly kind of @Rafael 👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Printing a VIEW ? This is how it can be done:
@Fred Responce from support: The error is known and is already being worked on intensively. It should be fixed with an update within the next 2 weeks. We don't know the version number of the update…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Learn and share
Reported - view
Re: Sort json?
@Rafael Wow, that dashboard looks great! Even with the sunrise and sunset and moon phase.... I love it!
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Sort json?
Can you send a sample database?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Delete Files added to paper clip
@Mel Charles Weird. Did you try on my example database? In table view, the images are still there? And when you refresh ⭮ the table?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
1
8
9
10
11
12
65
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugin apps
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