Skip to main content
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
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Sotirios Zormpas
szormpas
Greece
462
175
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
Re: Dashboard Template
@Rafael Hi, The attached calendar is from your Android tablet? Would you like to see it in a Ninox date field too?
Sotirios Zormpas
szormpas
3 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Fred Appreciate the feedback! Happy to help and be part of such a great community.
Sotirios Zormpas
szormpas
3 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Sotirios Zormpas I forgot to mention that another great feature of the widget is that you can check for duplicates in any field of the table. I've already implemented it for the 'Username' field.…
Sotirios Zormpas
szormpas
3 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
Version 9.0 Input Form widget Hello everyone, After several days of hard work and a few challenges along the way, I'm happy to present my new widget. It's a custom data entry form in Ninox to replace…
Attachment
Sotirios Zormpas
szormpas
3 mths ago
6
Learn and Share
Reported - view
Re: Dashboard Template
@我是我的我 Hi. Try the following code inside a formula field: html(" <style> .contain { object-fit: contain; } </style> <div style='height:100%; width:100%; display: flex; align-items: center;…
Sotirios Zormpas
szormpas
3 mths ago
1
Learn and Share
Reported - view
Re: Sortierung von formatierten Daten styled(date)? / Sorting formatted data styled(date)?
@Computer-Service-Eckental Hi, glad I could help.
Sotirios Zormpas
szormpas
3 mths ago
Get help
Reported - view
Re: Sortierung von formatierten Daten styled(date)? / Sorting formatted data styled(date)?
@Computer-Service-Eckental Hi Benny, Unfortunately, unlike a ‘Text’ or a 'Number' field, Ninox does not support "Add conditional formatting" for a 'Date' field.…
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Floating windows in Ninox
Vermaji Hi, I'm working on this...
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Dashboard Template
@Kruna Hi, to figure out what's going on with your setup, we'll need to go back to the beginning and work through it step by step. For instance, you could start by using the Dashboard Template to…
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna At first glance, I see that the Full Calendar library can display events from a public iCalendar feed, according to the docs: https://fullcalendar.io/docs/icalendar
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna try the following and let me know if everything is working as expected: format(datetime('Fällig am', 'Uhrzeit'), "YYYY-MM-DDTHH:mm")
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna good morning. What kind of field is the 'Falling am', it should be a date/time field and not a plain Date field. Otherwise, you should combine a Date and a Time field.
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna Hi, Your code looks good to me. I tried it in a similar situation and it worked fine. One thing to look at is the field values, which shouldn't be null.…
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna If I've got this right, you're looking for a way to pull out the start and end datetimes from an 'Appointment' field. For the start you can use this: format(start(Termin), "YYYY-MM-DDTHH:…
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna another cool thing is that if you set the locale to 'de', it automatically accepts 'Monday (Montag)' as the first day of the week!
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna yes, the Full Calendar library supports many languages. To translate the Scheduler to German you should do the following. First, just below the <script> ..."Full Calendar js library v6.1.15"...…
Sotirios Zormpas
szormpas
4 mths ago
1
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna Great, you get a status error: 500 which means that everything has been setup correctly except from a final configuration inside the "function createOrUpdateRecord(start, end, rid) {...…
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna Hi, I think you should try putting in plain text instead of the title to see if that's what's causing the problem: title: "Test",
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Dashboard Template
@Kruna Hi, You are right, 'Name' is a dynamic choice field that gets the ('First Name' + " " + 'Last Name') from the 'Accounts' table. In your setup you don't need a second select statement since the…
Sotirios Zormpas
szormpas
4 mths ago
Learn and Share
Reported - view
Re: Image click area links to data
@張良仲 Hi, I'm pleased it's working well for you now!
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Floating windows in Ninox
@Vermaji Hi, I've added your request to my list of things to do! I'll try to integrate a similar functionality into the Dashboard template in the coming weeks, if you're not in a hurry.
Sotirios Zormpas
szormpas
4 mths ago
1
Get help
Reported - view
Re: Floating windows in Ninox
@Vermaji Hi, I can think of two ways you could develop this functionality: Create a table with one record and one field (Input). Choose 'Per record in memory (browser)' for the input field and put…
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Using the Filter option
@Alan Cooke Hi, In which scenario do you want to filter a field's data - as a column in a table, or not to be displayed at all in the record form?
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Is Ninox down for anyone else?
Report from Greece all good!
Sotirios Zormpas
szormpas
4 mths ago
Get help
Reported - view
Re: Dashboard Template
Version 8.2 Video player: Hello everyone, @Fred mentioned in this post that we could use HTML to play our videos in Ninox. Although I have no experience in video management,…
Attachment
Sotirios Zormpas
szormpas
4 mths ago
3
Learn and Share
Reported - view
1
5
6
7
8
9
19
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
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
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics