Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Delete null values in the LOAD

Hi everybody.

I have null values and i dont wanna see them.

Can i delete this values in the load statements?

for example

LOAD //id,

     num_web AS CodigoWeb,

     coditm AS Articulo,

     precio,

     //cant,

     asignado AS CantidadAdjudicada

WHERE nobody of this columns have null values?

THANK you all!

6 Replies
MarcoWedel

Where not (isnull(field1) or isnull(field2) or ...)

albertovarela
Partner - Specialist
Partner - Specialist

Intenta esto:

Capture.PNG.png

MarcoWedel

Please close thread if your question is answered.

Thanks

Regards

Marco

Not applicable
Author

Dont know why i can´t put correct answer!

MarcoWedel

Hi,

it's OK, just saw your thread isn't opened as a question.

regards

Marco

Not applicable
Author

Ok. Sory for that. I´ll pay more atention the next time.

Cheers!