Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtige Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Display number of records

Mehr
6 Tage 3 Stunden her - 3 Tage 13 Stunden her #11749 von PFS_hansi
Display number of records wurde erstellt von PFS_hansi
I want to display the number of records from the form with ID 2 and with fieldID 29 = "My Headline"
How can I do this?

Code:
{vfdataview}{"formid":"2","fieldselect":{"29":"My Headline"},"count":"1","displaycounter":"true","sortorder":"created","sortdirection":"desc","show_page_heading":"false","showlabel":"false","layout":"list"}{/vfdataview}


rg
Hansis
Letzte Änderung: 3 Tage 13 Stunden her von PFS_hansi. Begründung: Rechtschreibfehler

Mehr
3 Tage 12 Stunden her #11750 von Administrator AV
Administrator AV antwortete auf Display number of records
Hi Hansis,

The Data View plugin is used to display the records submitted for a form.
The plugin's configuration allows you to specify which fields the data is displayed for, how many records are displayed on a page, whether search filters are enabled, and similar settings.
The plugin cannot be used to aggregate data content.
For example, it cannot be used to count the number of records.

One way to achieve your desired goal would be:

- Create a new form
- This form has exactly one field of type Listbox SQL (and no submit button)
- Activate the 'Display as Data List' option in this field.
- Write an SQL statement that counts the number of records in the desired form for which the desired field is not empty
- Display this form using the Form View plugin in the same location where you are currently using the Data View plugin.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 5:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 4.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 5:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 4.
Bitte immer nur 1 Frage pro Thema stellen :-).
Folgende Benutzer bedankten sich: PFS_hansi

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum