Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Returning Specific Records Post Reply Post New Topic
Author Message
JohnC
Newbie
Newbie
Avatar

Joined: 23 Nov 2015
Location: United Kingdom
Online Status: Offline
Posts: 1
Quote JohnC Replybullet Topic: Returning Specific Records
    Posted: 26 Nov 2015 at 3:07am
Hi,
Could I ask for assistance on the following please:-

I’m looking to return all records (part numbers) where:-
Part Number starts with Y2R then the 8th character is either B or E or F
Example: Y2RxxxxB, Y2RxxxxE, Y2RxxxxF

Followng the 'B', 'E' or 'F' can be none, one or more characters.

Many thanks
John


Edited by JohnC - 26 Nov 2015 at 4:17am
IP IP Logged
kevlray
Admin Group
Admin Group
Avatar

Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Quote kevlray Replybullet Posted: 30 Nov 2015 at 4:12am
So will this work
left({part Number},3) = 'Y2R'
and mid({Part Number,8,1) in ('B','E','F')
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.