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: Send array of object json with httpr
You can also make your JSON like this for example: let w := something; let js := (select yourTable where condition = w ).{ label1 : Field1, label2 : 'Field 2' ....... }
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Need the Diferent Between Two dates, Without Weekend and Holidays
@RafaelMade an example
Attachment
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: About signature Questions
Maybe this can help you... https://forum.ninox.com/t/35hrz2z#m1hrax5
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: print view
Or you can use the dynamic print engine:
Attachments
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: join with conditions
@Alex Fransen Heb je een cloud abonnement? Dan kunt u mij eventueel eens uitnodigen bij uw team - dan bekijk ik het even - ik heb zelf ook een pro abonnement zodoende verliest u geen gebruiker.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: join with conditions
@Alex Fransen Iets in deze aard? let ei := "Verzekeringseis: "; let ad := "Advies: "; join(for p in range(0,cnt('prijsopgaaf offerte mail'.aantal)) do if item(text('prijsopgaaf offerte mail'.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: join with conditions
@Alex Fransen Als ik het goed begrepen heb is "eis" een keuzeveld (choice field) met twee opties A en B ? In het ene geval moet er de tekst "verzekeringseis" voorafgaan en in het andere geval…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Trigger after update & Alert anomaly
Here you find the execution context: https://docs.ninox.com/en/script/transactions/execution-context
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: join with conditions
Can you provide the full code so we can get more information about what you want to achieve?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: About the copy problem
@我是我的我 for non-cloud, you have to remove the do as server line and the end at the last line
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Custom Buttons
@Sam thanks for the reply. Yes, the phosphor buttons are in the second tab of the page you show 👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Custom Buttons
@Sam That's weird, do you see the download page with the download button? I just changed the downloadlink this afternoon. The filename is Custom Buttons V2.ninox
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Custom Buttons
I guess you need to reload the downloadpage in the browser (still in your cache i think) let me know if it doesn't work.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: moving database from one account to another
@AlexisO Maybe this can help you: https://forum.ninox.com/t/60yxhp9
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: Custom Buttons
****** UPDATED ****** Download version 2 here Video here
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
4
Learn and share
Reported - view
Re: Custom Buttons
Getting there ..... Update soon.....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
3
Learn and share
Reported - view
Re: CSS Framework & Ninox
I guess by not using the regular class names like <div class="head">. Use <div class="head33"> instead. or <button class="button"> would be <button class="button33"> or <head> would be <head…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Learn and share
Reported - view
Re: Custom Buttons
In my spare time, I'm working on creating an updated template that incorporates phosphor icons. If you're patient, I'll share it eventually. Thank you for all the positive responses.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Learn and share
Reported - view
Re: Version 3.11
By that, they mean they used new colors in the Ninox Settings which are more complying to their corporate identity. And also new colorpalette for the charts. So no new colors for us.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Get help
Reported - view
Re: HTML View
@Nick Massie The header was in the loop i guess. Maybe build the header before the loop and construct your table something like this: let header := --- <thead> <tr> <th> Number </th> <th> Crewing…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: HTML View
@Nick Massie How do you make your view? Is it a shared(html) table view (the link) you are sending? I don't have a problem with the shared view. The table headers are ok. (private cloud v 3.10.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: API calls in Ninox
@John Wilmans 👍 You're welcome. I'm glad it works.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: API calls in Ninox
Hi@John Wilmans , You could make the URL in front with a variable like: let URL := "https://api.weatherapi.com/v1/current.json?q="+datatextfieldContainingThePlace+"&key=77037*******************101"…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
Re: v3.11 announced
@Fred here's the youtube video: https://youtu.be/Gh2_eFz2zf8?si=7kqWdVqvrPdsXmAP
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
1
Learn and share
Reported - view
Re: Change Status on Multichoice Dynamic
Where did you put the formula? In the trigger after update of the Real 4 field?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
2 yrs ago
Get help
Reported - view
1
6
7
8
9
10
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