Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
hätte da noch eine Anfängerfrage, die mich gerade zum verzweifeln bringt 🙂
Wie kann ich einen Filter setzen, der nur gefüllte Felder anzeigt?
Formel:
Count(DISTINCT {$< BS_Year={">=2014"}>*<NUMMER={"700"}>*<REGEL={" "}>} ZEILENSATZ)
Das Feld "REGEL" soll immer gezählt werden, wenn etwas drinnsteht.
{"*"} funktioniert nicht, {><" "} funktioniert nicht...
Vielen Dank 🙂
I always use an automatic translator 😁
but if I understood correctly, try this version :
Count(DISTINCT {$< BS_Year={">=2014"}>*<NUMMER={"700"}>*<REGEL={"=len(REGEL)>0 "}>} ZEILENSATZ)
I always use an automatic translator 😁
but if I understood correctly, try this version :
Count(DISTINCT {$< BS_Year={">=2014"}>*<NUMMER={"700"}>*<REGEL={"=len(REGEL)>0 "}>} ZEILENSATZ)
Thanks a lot!