Skip to content

[Question] How Function for missing values #2007

Answered by ingdesarr1
avilca asked this question in Q&A
Discussion options

You must be logged in to vote

el if deberia ser algo asi:

check = False
for campo in lista:
    if campo.value == '' or not campo.value:
        print("Faltan datos")
        check = True

if check == False:
    ##guardar los datos en la tabla##

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@avilca
Comment options

@ingdesarr1
Comment options

@avilca
Comment options

@ingdesarr1
Comment options

Answer selected by avilca
@avilca
Comment options

@ingdesarr1
Comment options

@avilca
Comment options

@avilca
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants