Hallo komme hier nicht weiter. In Haupttabelle habe ich ein Formelfeld wo ich nach einer Bedingung in einer Untertabelle Textfelder zählen will. Ich kann machen was ich will es funktioniert nicht.
Mit freundlichen Grüßen
danke
Hallo Ronny, ist das POS vor Auswahl nicht zu viel?
VG
Michael
Michael
hat sich erledigt.
habe es nach 4 std. hinbekommen
if suche = text("WET") then
cnt(select Protokoll where 'Türtyp' = "WET" and Abrechnen = true)
else
if suche = text("Innentür") then
cnt(select Protokoll where 'Türtyp' = "Innentür" and Abrechnen = true)
end
end