Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!!!!!!!!
Using set analysis?
Maybe like
{<FIELD -= {"=Index(FIELD,'*')"}>}
I was trying to get rid of the values at loading....
Maybe
LOAD
....
FROM ....
WHERE INDEX(FIELD,'*')=0;
IT WORKED PERFECTLY!!!! THANKS!!!