Isblank or [field] = ""

I have a mysql db and check if the field is empty, but in the formula the field validation does not work.
when the data_col field is done, the status field is being filled in as “Coletado”

IF([ped_fechado]=“Pedido Duplicado”,“Pedido Duplicado”,
IF([ped_fechado]=“Cancelado”,“Cancelado”,
IF([ped_fechado]=“Não Utilizado”,“Não Utilizado”,
IF(ISBLANK([nf_venda]),
IF([tipo_ped]=“Faturamento”,“Entregue”,
IF(ISBLANK([data_col]),
IF(ISBLANK([data_ent]),
IF([liberacao]=“OK”,“Liberado”,
IF([status_mat]=“Pendente”,“Material pendente”,
IF([status_mat]=“Em Substituição”,“Em Substituição”,
IF([status_mat]=“Reservado”,“Reservado”,“Pendente” ))))
,“Entregue”)
,“Coletado”)),
“Faturado”))))

0 2 114
2 REPLIES 2

Steve
Platinum 4
Platinum 4

What is your question?

I am using the isblank command, but the app is not considering

Top Labels in this Space