Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn and share
Get help
Webinars
Service status
Documentation
All topics
Contact
Privacy
Overview
Profile
Sotirios Zormpas
szormpas
Greece
456
170
2
Joined: Sun Nov 07 22:33:30 UTC 2021
Follow
My Posts
Latest Posts
Re: JSON in dynamic fields
I was asking Andy from Nioxus about this in his webinar today and, if I've understood correctly, he said that using JSON means you lose the 'dynamic' feature for the selection field.
Sotirios Zormpas
szormpas
4 wk ago
Learn and share
Reported - view
Re: JOIN function combine with checkbox.
@Nguyen Nhat Dong Hi, what do you want to do after the selection?
Sotirios Zormpas
szormpas
4 wk ago
Get help
Reported - view
Re: JSON in dynamic fields
So far, the JSON functionality in dynamic multiple choice fields need the 'id' property to be a number and we can get the choices by using the numbers() function.…
Sotirios Zormpas
szormpas
4 wk ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Rafael Hi, you mean it doesn't work for both simple and multipe choice fields?
Sotirios Zormpas
szormpas
4 wk ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred Hi, I'd like to go into this a bit more. It looks like the dynamic choice field is set up to accept unique strings for IDs, so we can use something like: [{ id: "Apple", caption: "Apple" },…
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred I might be wrong, but as far as I understand the dynamic choice field always converts the id to a string. The number() function can't translate something like "A1" to a number,…
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred Hi, I've just started using the new toy! It looks like you can get the caption by referring to the field name without the text(). raw('Choice (dynamic)') gives the id as a string.…
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Show two tables in one view
@Leo Woer Hi, I haven't used Ninox native charts much myself. But if you want to be able to create a dataset and present it with nice charts in a way that gives you lots of freedom,…
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Show two tables in one view
@Leo Woer Hi, The relationship between the 'Indkob' and 'Salg' tables is N:N via the '3_Varer' table. I've created a view in your dashboard for the table "3_Varer".…
Attachment
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Show two tables in one view
@Leo Woer Hi, could you create a small demo database with just the two tables and the type of relationship between them?
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Help to create an alert when exiting a record
@Angel Del Pino Velez Hi, Unfortunately, Ninox forms don't have input validation yet. You can use the Form Input Widget if you want to add this kind of functionality.
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Google Maps
@Christoph Hintermüller Hi, glad to see it worked for you too! It looks like the Leaflet library also works very well with Google Map Tiles. Thanks for sharing your code.
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Google Maps
@Christoph Hintermüller Hi, @Christoph Hintermüller said: Is there a possibility that the location name is stored with a link and takes me directly to the entry from which the data of the coordinates…
Sotirios Zormpas
szormpas
1 mth ago
1
Learn and share
Reported - view
Re: Dashboard Template
@Sotirios Zormpas I'm happy to report that Ι've found a way to use the new Floating Widget to display custom tooltips for all Ninox fields! We all know that the Ninox native tooltips are pretty basic,…
Attachment
Sotirios Zormpas
szormpas
1 mth ago
3
Learn and share
Reported - view
Re: Text Input Popup
@S Moore Hi, I know it's been five years, but if you or anyone else is still interested in a Text Input Popup, this is your formula: html("<style> .floating-button { padding: 10px 20px; font-size:…
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Use Tooltip to echo contents of a field.
Hi, on top of that, we can use the Popover API to create custom popovers that show content from our Ninox database in the way I suggest in the Dashboard_v11_1.
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Tooltip functionality (or lack of)
@UKenGB Hi, you can use anything as the value in a tooltip, but you'll need to create your own. The Floating Widget is a tool for making things easier.
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Refer to a field inside a tooltip @Jacques TUR
@Alan Cooke Hi, I just wanted to check if you're still interested in integrating custom tooltips into your application. I've been working on a Floating Widget that might be useful for you.
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Tooltip Formula
@Rafael @Alan Cooke Hi, there's a better way to do this. Have a look at my implementation in Dashboard_v11_1.
Sotirios Zormpas
szormpas
1 mth ago
1
Get help
Reported - view
Re: Dashboard Template
@Sotirios Zormpas I just wanted to share something I found out today, building on what I said in my last post. There's a new Popover API that's now available in all three major browser engines.…
Attachment
Sotirios Zormpas
szormpas
1 mth ago
2
Learn and share
Reported - view
Re: Dashboard Template
Version 11.0 Floating Widget Hello everyone, Tooltips and popovers are really useful and they make a massive difference to the user experience. While it's pretty straightforward to create a floating…
Attachment
Sotirios Zormpas
szormpas
1 mth ago
3
Learn and share
Reported - view
Re: Need Transfer only the last Date.
@Rafael Hi, try the following: let signIn := this; let reply := dialog(" Documento a Transferir", " Se Transferira el Documento ?", ["Confirmar", "No Confirmar"]);…
Sotirios Zormpas
szormpas
1 mth ago
1
Get help
Reported - view
Re: Dashboard Template
@張良仲 Hi, in my example the floor plan is saved into an image field inside the Photos subtable. I'm not sure how Ninox handles files in image fields when you're offline.…
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
Re: Create a Pop-Up Dialogue where the user can input a text or a number
@Pascal P. Hi, as@Fred said, you can tweak the Input Form Widget to suit your needs.
Sotirios Zormpas
szormpas
1 mth ago
Get help
Reported - view
Re: Dashboard Template
@我是我的我 Hi, you only need the Ninox API to add a new record or modify an existing one.
Sotirios Zormpas
szormpas
1 mth ago
Learn and share
Reported - view
1
2
3
4
5
19
Ninox-Website
Ninox-Documentation
Overview
Learn and share
Get help
Webinars
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