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

The dumbest question ever// La pregunta más tonta

Hi, everyone!

I need help... I need to exclude values with '*' in it. I tried with '*' and "*", but it was useless...

Any ideas?

Thanks in advance!!!

_________________________

Hola, gente!

Necesito ayuda.. Necesito excluir valores que tengan asterico en el campo, probé con '*' y con "*", pero no funcionó.


Alguna sugerencia?

GRACIAS!!!!!!!!!

4 Replies
swuehl
MVP
MVP

Using set analysis?

Maybe like

{<FIELD -= {"=Index(FIELD,'*')"}>}

Not applicable
Author

I was trying to get rid of the values at loading....

swuehl
MVP
MVP

Maybe

LOAD

....

FROM ....

WHERE INDEX(FIELD,'*')=0;

Not applicable
Author

IT WORKED PERFECTLY!!!! THANKS!!!