I've got a data table that I'm using for tracking the progress of a process I'm programming. It's got a few columns, but most of them do not apply for what I need now. Let's say I have three columns and it looks like this:
dni
nhistoria
status
123456
56874
486515
How would you do it if I want to do:
if dni is empty, then add "empty" to "status"?
I've got this, but can't figure out how to fill in "status" column where "dni" is empty
Solved by creating a variable that grows with the loop. Thank you
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.