Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

mysql query klappt nicht

More
2 months 3 weeks ago - 2 months 3 weeks ago #10704 by Bdion
mysql query klappt nicht was created by Bdion
Hallo!
Ich habe mir mittels meines relativ geringen SQL Wissens und mit Hilfe von etwas KI ein SQL Statement zusammengebaut, dass auf SQL-Ebene genau das Ergebnis liefert, dass ich haben will.
Eingebaut in ein visforms listbox sql Feld jedoch klappt das Statement nicht bzw. liefert keine Ergebnisse zurück.
Da bitte ich daher um Hilfe.
Hier das Statement:
Code:
SELECT      u.title AS value,      c.es_schulebez AS title  FROM      j385_customtables_table_schulen AS c JOIN      j385_usergroups AS u ON c.es_schuleskz = u.title WHERE      u.id IN (SELECT group_id FROM j385_user_usergroup_map WHERE user_id = 1070);
gebe ich _genau_ dieses Statement in das SQL im Feld ein, liefert der Test-Button im Backend _1 Ergebnis_. So soll es sein:
 
 
Aber im Frontend bleibt die dropdown Liste leer. Egal, ob ich die UserID testweise als wert 1070 eingebe oder als Variable ${user:id}, im Frontend ist keine Auswahl möglich.
 
Was habe ich falsch gemacht?
LG!
Chris

 
  • Last edit: 2 months 3 weeks ago by Bdion.

    More
    2 months 3 weeks ago - 2 months 3 weeks ago #10708 by Administrator IV
    Replied by Administrator IV on topic mysql query klappt nicht
    Hallo Chris,

    vielen herzlichen Dank für deine ausführliche und klare Darstellung deiner Fehlersituation!

    Schon wenn das SQL-Statement ein beliebiges Ergebnis liefert, wird dieses Ergebnis mit 1 gezählt.
    Nur wenn das SQL-Statement einen syntaktischen Fehler hat und nicht abgearbeitet werden kann, zeigt der Test-Button einen Fehler an.
    Es wird insbesondere nicht geprüft, ob das Ergebnis die korrekten Ergebnis-Felder enthält.

    Dein SQL-Statement liefert ein falsch benanntes Ergebnis-Feld zurück.
    Es muss 'as label' lauten und nicht 'as title'.

    Das SQL-Select Statement muss die Felder value und label zurückgeben:
    docs.joomla-5.visforms.vi-solutions.de/d...pan-zur%C3%BCckgeben

    Liebe Grüße, Ingmar

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

    :idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
    docs.joomla-5.visforms.vi-solutions.de/docs/
    Das meiste gilt rückwirkend auch für Joomla 3.
    Bitte immer nur 1 Frage pro Thema stellen :-).
    Last edit: 2 months 3 weeks ago by Administrator IV.
    The following user(s) said Thank You: Bdion

    More
    2 months 3 weeks ago #10711 by Bdion
    Replied by Bdion on topic mysql query klappt nicht
    Ui, also nur eine "Kleinigkeit"...
    Dass Computer auch soooo pingelig sein müssen!
    Danke vielmals! Problem erledigt.
    The following user(s) said Thank You: Administrator IV

    Moderators: Administrator AVAdministrator IV
    Powered by Kunena Forum