LIKE In RDLC Report

Elyes
Member Posts: 8
Hello,
I use a navision 2013
I would filter the databox with two chaine
The expression =Fields!ItemNo_ItemLedgerEntry.Value like "*paac" and "KIT-PA*"
Could you please help me
I use a navision 2013
I would filter the databox with two chaine
The expression =Fields!ItemNo_ItemLedgerEntry.Value like "*paac" and "KIT-PA*"
Could you please help me
0
Answers
-
0 -
could you please help me?
Thanks in advance0 -
Hello Elyes,
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.0 -
Hello Aluan,
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?
0 -
Use OR instead of AND0
-
So,
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"?
0 -
Hello aluan,
Yes, Ineed the lines with ItemLedgerEntry.Value that end with "paac" OR start with "KIT-PA"0 -
Then you need an or condition, as Yannick1 said.
One way would be:
Expression:=Fields!ItemNo_ItemLedgerEntry.Value Like "KIT-PA*" OR =Fields!ItemNo_ItemLedgerEntry.Value Like "*paac"
Type: Boolean
Operator: =
Value: TRUE
0 -
Hello aluan,
I have this error when i compile
0 -
Just type TRUE without anything else. If that doesn't work, take please a Screenshot.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions