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
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
Sotirios Zormpas
szormpas
Greece
Follow
Joined
Sun Nov 07 22:33:30 UTC 2021
543
posts
225
likes received
3
followers
Badges
Latest Posts
Re: JSON in dynamic fields
@Fred @MZ Hi, I really appreciate your input. After hours of trial and error and with the help of your contribution, I have finally found a simple and sustainable solution.…
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred Hi Fred, Do you know if there's a way we can feed the dynamic choice field with a JSON object programmatically (via Ninox scripting)? For instance, by clicking a button.
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: Dashboard
@Christoph Hintermüller Hi, Well done! You can make Ninox even more powerful by adding your own HTML, CSS and JavaScript code. You can also check out the Dashboard Template project for some extra…
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: JOIN function combine with checkbox.
@Nguyen Nhat Dong Hi, I've built a custom To-Do List as a popover in the Floating Widget section of the Dashboard Template project. It's worth downloading the latest version (11.…
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: Dashboard Template
@Sotirios Zormpas I was inspired by this post and thought I'd create another cool implementation of the Floating Widget. It's a custom To-Do List based on local storage.…
Attachment
Sotirios Zormpas
szormpas
1 yr ago
2
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred I'm really not sure why Ninox doesn't merge the two forums. With the automatic translation feature that browsers now provide, it would be easy for everyone to get involved.…
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: JSON in dynamic fields
@Fred Hi, It looks like the text (myChoiceField) isn't working as it should because of a bug. I posted the issue on the German Ninox forum and got a reply from Uwe (Ninox support): https://forum.…
Sotirios Zormpas
szormpas
1 yr ago
Learn and share
Reported - view
Re: Table View Actions
@Christian Sennewald Hi Christian. In terms of your first question, I only use the public cloud, so I'd suggest you ask Ninox support directly. In regard to the second question,…
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: JOIN function combine with checkbox.
@Nguyen Nhat Dong Hi, I'm on it. I hope to have something useful for you soon.
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: Open Record in full view mode from table / view
@Christian Sennewald If you're happy to use the View Widget, you can add an extra button to open the selected record in full screen.
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: Open Record in full view mode from table / view
@Christian Sennewald Hi, you mean something like the openFullscreen(nid) ?
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
Re: Table View Actions
@Christian Sennewald Hi, I've got an idea for you. You can use the View widget I put together in the Dashboard Template project. You can delete or add records right there in the table view.…
Sotirios Zormpas
szormpas
1 yr ago
Get help
Reported - view
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
1 yr 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
1 yr 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
1 yr 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
1 yr 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 yr 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 yr 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 yr 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 yr 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 yr 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 yr 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 yr 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 yr 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…
Sotirios Zormpas
szormpas
1 yr ago
1
Learn and share
Reported - view
1
4
5
6
7
8
22
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
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