Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a question, is it possible to limit the loading of data so that it does not download it.
I would like to limit it like this:
whereNot(c_LagerBestand.Part=('PA'*'-X-'*)) or Not(c_LagerBestand.Part=('BT'*'-X-'*))
Hi,
Try with Where not WildMatch(field, 1st expression,2nd expression);
Hi,
Try with Where not WildMatch(field, 1st expression,2nd expression);