It looks like you're new here. Sign in or register to get started.
=Fields!ItemNo_ItemLedgerEntry.Value Like "KIT-PA*" OR =Fields!ItemNo_ItemLedgerEntry.Value Like "*paac"
Answers
Thanks in advance
if you need a and condition you can add a second filter.
First Filter with the value:
*paac
Second Filter with the value:
KIT-PA*
The Expression and Operator is for both filter the same.
If a add the two filter the resultat is null
when i add one filter the resultat is below only the PAAC is show
could you please help me?
just for clarification, do you need all lines where the ItemLedgerEntry.Value end with "paac" AND start with "KIT-PA", or do you need the lines with ItemLedgerEntry.Value that end with "paac" OR start with "KIT-PA"?
Yes, Ineed the lines with ItemLedgerEntry.Value that end with "paac" OR start with "KIT-PA"
One way would be:
Expression: Type: Boolean
Operator: =
Value: TRUE
I have this error when i compile