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
Sotirios Zormpas
szormpas
Greece
512
199
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
Re: How to create a column in a view with a sequential row number
@gyannes Hi, just thought I'd let you know that you can also display an index column using the View Widget.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Slowly getting a handle on Dynamic Printing
Hi@Fred , I've been meaning to convert my reports to the Carbon engine for a while now. With Ninox going down that route, it seems like the right time to get it done.
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Passing Dropdown Value to Another Page
Hi there, could you share a screenshot of your Data Model or give us a quick overview of the relationship between these tables?
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Dashboard Template
@我是我的我 Hi, you can add a map event on click to get the lat-long of the clicked point. Something like below: map.on('click', function(e) { alert(e.latlng); });…
Sotirios Zormpas
szormpas
8 mths ago
1
Learn and share
Reported - view
Re: History in calendar
Hi, if you're looking for more customization, you can give the Calendar Widget a try.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: access a specific user inside a ninox function that's called through the api
Hi, I've recently started looking into the Fetch API to make calls to the Ninox server from inside Ninox. I'm a bit worried about exposing the Ninox API Key this way.…
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Dashboard Template
@Sotirios Zormpas to get the most out of the View Widget, just paste your Ninox API key into the relevant field in the Settings table.
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Dashboard Template
Version 10.0 View Widget Hello everyone, @Mel Charles recently mentioned he'd like to be able to change the height of the rows in the View element on the fly.…
Attachment
Sotirios Zormpas
szormpas
8 mths ago
4
Learn and share
Reported - view
Re: Dynamic Choice/Multi-Choice
@RoSoft_Steven Hi, This is great news! Being able to show the results of an API call in a dynamic multiple choice field instead of saving them in a table will make things faster and easier.…
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: How to create a column in a view with a sequential row number
@gyannes Hi, You're ascending on the gross and net columns, but I think you'll get the result you're looking for if you ascend on the GP and NP columns instead.
Sotirios Zormpas
szormpas
8 mths ago
1
Get help
Reported - view
Re: How to create a column in a view with a sequential row number
@gyannes don't you ask for row numbering in a view element?
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: How to create a column in a view with a sequential row number
@gyannes Hi, Take a look at this post and see if it's what you're looking for.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Trigger on create with numeric fields
@John Halls Hi, we could also use an if statement to check if all the fields are filled in to avoid duplicates: let x := this.Text1; let y := this.Text2; if x and y then (create Table2).…
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Trigger on create with numeric fields
@Mario Cuzzi To add to what John says, is the process really necessary to automate, or could you just copy the text manually? You could use a button to "copy" or "duplicate" the record, for example.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Dashboard Template
@Kruna you nailed it! I'm with you on the multiple calendars feature. It's a great addition.
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Duplicate a quote a change its number
@Pascal P. Hi, it looks like you have the same problem as discussed in this post. My advice for the duplicate button is to avoid using the duplicate function and instead create a new record and then…
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Dashboard Template
@Kruna have you use a different event source for the calendar2 ?
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Trigger on create with numeric fields
@Mario Cuzzi I suggest to put your code inside the 'Triger after update'.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Trigger on create with numeric fields
@Mario Cuzzi Hi, I think the issue arises because you have put your code inside the 'Trigger on new record'. Ninox runs your code instantly when you create a new record on the Table Facturado before…
Sotirios Zormpas
szormpas
8 mths ago
1
Get help
Reported - view
Re: goto another record from calendar
@Leo Woer Hi, I'm happy you like the Dashboard Template. If you need any help, please feel free to share your issue here on the forum so we can all contribute ideas and try to find a solution.
Sotirios Zormpas
szormpas
8 mths ago
Get help
Reported - view
Re: Dashboard Template
@Kruna Hi, try the following: let x := (select Mitarbeiter); let _eventsEmployee01 := x[Nr=1].Terminvergabe.{ backgroundColor: if 'choice field'=1 then "#3485FF" end, borderColor:…
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Hi, you are right. You should create a new <div> element with a unique Id and replace the var names accordingly: ... <body> <div id='calendar2'></div> <script> var calendar2El = document.…
Sotirios Zormpas
szormpas
8 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Hi, you're right, you need to create an event source for each employee. This means filtering the appointments per employee. How you do this depends on how your database is set up,…
Sotirios Zormpas
szormpas
9 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Rafael Hi, I've attached a version of the Form Widget without the confirmation message. To be honest, this was my original plan. Unfortunately, there's a small annoying bug.…
Attachment
Sotirios Zormpas
szormpas
9 mths ago
Learn and share
Reported - view
Re: Dashboard Template
@Kruna Hi, four colors is not too many, so you can follow the same logic and create four unique event sources and then assign a different color to each.
Sotirios Zormpas
szormpas
9 mths ago
Learn and share
Reported - view
1
5
6
7
8
9
21
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
Usage overview
Process monitor
View all topics