Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beim Filtern von Notenbereichen (4- bis 6) wird auch 4+ ausgegeben wegen falscher Notenreihenfolge #1239

Open
AndreasLatour opened this issue Dec 18, 2024 · 2 comments
Assignees
Labels
Auswahl Bug im Kateireiter Auswahl

Comments

@AndreasLatour
Copy link

AndreasLatour commented Dec 18, 2024

Beim Filtern von Notenbereichen (z.B. 4- bis 6) werden auch Schüler mit 4+ ausgegeben, vermutlich da die Notenreihenfolge mit ...4,4-,4+,5,5-,5+,6 angegeben wird und damit die 4+ "hinter" der 4- kommt. (Version 3.1.2)

@AnneSchueller AnneSchueller added the Auswahl Bug im Kateireiter Auswahl label Dec 19, 2024
@JuergenRichter
Copy link
Collaborator

Das liegt vermutlich an der Abfrage "WHERE NotenKrz>[Note zum Filtern]". Da die Note ein Textfeld ist, ist aus Sicht der Datenbank eine 4+ "größer" als eine 4. Man könnte das korrigieren, indem man statt ">" den Befehl auf " IN ('4-','5+','5','5-','6') ändert. Schaue ich mir mal an.

@WJohannsen
Copy link

Das Auswahlfeld ist generell komisch sortiert (1, 1-, 1+, 2, ...), vielleicht kann diese Sortierung bei der Gelegenheit noch logischer erfolgen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auswahl Bug im Kateireiter Auswahl
Projects
None yet
Development

No branches or pull requests

4 participants