Skip to main content
Ninox-Homepage
Datenschutz
Kontakt
How to enable Javascript
Registrierung
Einloggen
Willkommen in der Ninox-Community
Suche nach allen Themen oder
stelle eine Frage
Tipps und Tricks
Hilfe erhalten
Servicestatus
Dokumentation
Setup
Datenbanken
Automatisierung
Mein Account
Administration
Lösungen
Webinare
Übersicht
Profil
Fred
Fred
89
18
0
Beigetreten: Tue Nov 01 15:27:17 UTC 2022
Folgen
Meine Beiträge
Letzte Beiträge
Re: Anzeige verknüpfter Datensätze
@medizin Ok, so you are in a cloud workspace. Then the 2nd process will work.
Fred
Fred
vor 8 Stunden
Hilfe erhalten
Reported - view
Re: Anzeige verknüpfter Datensätze
@medizin I'm not sure what you mean by "sometimes it's not possible". You can either: 1) At the workspace screen click on the down arrow of the DB, and select "Save archive as" or 2) a) Open the DB.…
Fred
Fred
vor 8 Stunden
Hilfe erhalten
Reported - view
Re: Anzeige verknüpfter Datensätze
@medizin If you use MacOS you can use the MacOS app to download a copy of the DB. Otherwise, yes you can't download your DB with the starter version, which is very weird.
Fred
Fred
vor 20 Stunden
Hilfe erhalten
Reported - view
Re: createXLSX funktioniert nicht
@Mirko I thought so, but it is not in the online documentation.
Fred
Fred
vor 10 Tagen
Hilfe erhalten
Reported - view
Re: createXLSX funktioniert nicht
@Ulrich You should email Ninox support directly. Though they are a bit better about responding to the German forum. You never see them respond in the English forum.
Fred
Fred
vor 12 Tagen
Hilfe erhalten
Reported - view
Re: createXLSX funktioniert nicht
In v3.17.9 of the MacOS app, I can create the xlsx file but I can't download it to view when the DB is saved to iCloud or local. I even gave the app full disk access.…
Fred
Fred
vor 12 Tagen
Hilfe erhalten
Reported - view
Re: Fehlermeldung bei Case 2 (wöchentlich) und Case 3 (monatlich) in Switch
Line 66 - Ninox says returns a string and line 69 returns a date. What kind of fields are: basis wdBasis Line 79 returns an error because case 3 returns a different data type than case 1 and 2.…
Fred
Fred
vor 13 Tagen
Hilfe erhalten
Reported - view
Re: createXLSX funktioniert nicht
In your row section remove the this. It is not necessary. In addition, you will need to add the format() command around your date field or Ninox will output milliseconds.…
Attachment
Fred
Fred
vor 13 Tagen
Hilfe erhalten
Reported - view
Re: Verwendung der Einträge eines dynamischen Auswahlfeld ermitteln
With a slight modification to your DB structure you can let Ninox automagically show you the links. Whenever you find yourself creating field names with the same name but with a number at the end…
Attachment
Fred
Fred
vor 3 Wochen
1
Hilfe erhalten
Reported - view
Re: Zur Eingabe zwingen!
I agree with @Mirkos suggestion to create a UI page for users to enter in data. Keep users out of your tables as much as possible. Can't trust them.
I don't have any users besides myself and I…
Fred
Fred
vor 3 Wochen
Hilfe erhalten
Reported - view
Re: Habe versucht eine Ansicht zu drucken.
So {d.Kundenname} doesn't show anything? Can you remove the table and just have this line in the template? Does it "print" the name? The umlaut in Tätigkeitsprotokoll is probably what is breaking in…
Fred
Fred
vor 1 Monat
Hilfe erhalten
Reported - view
Re: Ansicht (Tabelle) ohne Einzel-Datensätze
One solution is to make another table that is basically a summary table so you only have records that show year-month and the summary. Another solution is to create an HTML table that shows the…
Fred
Fred
vor 2 Monaten
Hilfe erhalten
Reported - view
Re: Is there any way to consolidate multiple select()
@Rafael Sanchis That looks great!
Fred
Fred
vor 2 Monaten
Hilfe erhalten
Reported - view
Re: Is there any way to consolidate multiple select()
@Rafael Sanchis try deleting the cookies and data for ninox in your browser then try again.
Fred
Fred
vor 2 Monaten
Hilfe erhalten
Reported - view
Re: Is there any way to consolidate multiple select()
each result is an array, so you can use the array() command to combine arrays. But if you want to combine recId then they have to be from the same table.…
Fred
Fred
vor 2 Monaten
1
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
Since you need something so quickly, here is a DB based on the pdf you posted. Attached are some instructions on how to use it. I'm sure there will be questions.…
Attachments
Fred
Fred
vor 3 Monaten
1
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
@Christian Rott I do, but it will take some time to modify your DB with the new information. Is there a deadline?
Fred
Fred
vor 3 Monaten
1
Hilfe erhalten
Reported - view
Re: Eingabemaske für Arbeitsschichten für einen Monat in einer Datenbank, in der die Einzelnen Tage in einer Tabelle liegen
@Jürgen choice fields also work in views.
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Eingabemaske für Arbeitsschichten für einen Monat in einer Datenbank, in der die Einzelnen Tage in einer Tabelle liegen
Have you tried double clicking in a field in the view? You should be able to enter data in the view without Ninox opening the record.
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: In einer Formel in Tabelle Daten einer Seite verwenden
You can use the record() command. A page is a special table with only 1 record. record(pagename, 1)
Fred
Fred
vor 3 Monaten
1
Hilfe erhalten
Reported - view
Re: v3.16.4 friert ständig ein (macOS 15.5)
I've experienced issues with the Mac app opening iCloud DBs. But that seemed to have gone away. Weird.
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Untertabelle in neue Untertabelle Kopieren
You can try something like this in a button in a WORKORDER record: for woRec in WO-TASK do let wrCheck := WR-TASK[TASK-POS = woRec.TASK-POS] if count(wrCheck) = 0 then create WR-TASK.…
Fred
Fred
vor 3 Monaten
3
Hilfe erhalten
Reported - view
Re: Untertabelle in neue Untertabelle Kopieren
Do both tables (WO-TASK and WR-TASK) have the TASK-POS field? So if there is a record in WR-TASK with the same data in TASK-POS then don't copy the WO-TASK record?
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Ist das ein Bug?
@Datenwart said: Das Ergebnis wird in Deinem Feld direkt angezeigt. Du listest die Werte aber in einer Ansicht mit select auf, was einem Filter / einer berechneten Formel entspricht. Good point.…
Fred
Fred
vor 4 Monaten
Hilfe erhalten
Reported - view
Re: Ist das ein Bug?
Not this is a cause of the update issue, but check out the post on Ausführungskontext. Buttons are executed locally, unless told otherwise, and triggers are server side.…
Fred
Fred
vor 4 Monaten
Hilfe erhalten
Reported - view
1
2
3
4
Ninox-Homepage
Übersicht
Tipps und Tricks
Hilfe erhalten
Servicestatus
Dokumentation
Setup
Installierte Apps
Public Cloud
Private Cloud
On-Premises
Datenbanken
Tabellen
Tabellen-Beziehungen
Felder und Elemente
Seiten
Ansichten
Import und Export
Module
Drucken
Vorlagen
Anwendungsbeispiele
Automatisierung
Performance
Scripting
Funktionen
API
Mein Account
Abonnements
Administration
Arbeitsbereiche managen
Nutzer managen
Zugriffsrechte
Backups und Speicher
Prozess-Monitor
Lösungen
Ninox E-Rechnung
Ninox HR
Ninox CRM
Alle Themen anzeigen