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
79
17
0
Beigetreten: Tue Nov 01 15:27:17 UTC 2022
Folgen
Meine Beiträge
Letzte Beiträge
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 6 Tagen
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 1 Monat
Hilfe erhalten
Reported - view
Re: Is there any way to consolidate multiple select()
@Rafael Sanchis That looks great!
Fred
Fred
vor 1 Monat
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 1 Monat
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 1 Monat
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 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
@Christian Rott From what I've seen of the dashboard, the Teilnehmer and Gruppen part of the dashboard only searches for similar names. If you want to make the sections add records then Teilnehmer…
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
Well here is a version 1 of what is could look like. There are a few changes. 1) a new table called Ereignis. I hope that is the correct translation. :) It is now the parent table to Spiele.…
Attachment
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
does an event happen in one day or over multiple days? will all groups show up at each event? will there always be 8 teams? what is the min/max number of teams at each event?
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
Next question: I'm not sure what you call the 3 rounds, but I'll call it an event for now. I'm sure you want to track many events. Is that true?
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
@Christian Rott said: therefore I only want to select the winners for the next round at the groups selection In the Spiele table, how do you determine which round is being played?…
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Wettkampf Datenbank
@Christian Rott said: Jetzt hänge ich daran das ich die Spiele soweit auswähle und daraus die Sieger habe und diese sollen dann im nächsten Step gegeneinander spielen bis ein Gruppen Sieger feststeht.…
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Datenbank in eine Datenbank transferieren
Are you in the public cloud? If so and you can wait till the end of the year, modularity will be coming to the public cloud. That means you can use the do as database command to get data from another…
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Niedriger und Höchster Wert farbig markieren
Conditional formatting is based on the value of a single field, so you can compare your W5s or W7s across records. If you want to compare W5 and W7 of a single record then you need to create a new…
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Niedriger und Höchster Wert farbig markieren
In any table, you can add something called conditional formatting. If you click on a column header, there is the option to Add conditional formatting. Give it a try.
Fred
Fred
vor 3 Monaten
Hilfe erhalten
Reported - view
Re: Änderungsprotokoll für Gerätestandorte erstellen – Wo und wie Trigger setzen?
@Georg Zischka Can you describe your "rebooking" work flow? Are you doing it through a dashboard?
Fred
Fred
vor 3 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