Posts by Leo Bilha • 13 points
2 posts
-
0
votes2
answers52
viewsA: How to show a list of values of a register applying filters on numeric values?
In case I have a list list as excerpt: cadastral = [] item = [] fieldChooded = input("Choose the field you want to search by typing the number: ") if campoEscolhido != "1" and campoEscolhido != "2"…
-
1
votes2
answers52
viewsQ: How to show a list of values of a register applying filters on numeric values?
I have to show all register with numeric field filter, I have to choose which numeric field, set lower and upper limit ex.: Show all parts with price >= to 45.50 and price <= to 90.00 I have a…