bloomlight
IS-IT--Management
I have to make a crystal report with data if field A matches first 2 letters of field B. This is what I want to do:
field A: field B
========= ========
PT PTNB
PT
PTNN
PTEV
PTS
SW SWS
SWN
HH HH
For SQL coding, I can make a query similar to this: field B like 'PT%'. But don't know how to set up in Crystal. Any suggestions? Thanks.
field A: field B
========= ========
PT PTNB
PT
PTNN
PTEV
PTS
SW SWS
SWN
HH HH
For SQL coding, I can make a query similar to this: field B like 'PT%'. But don't know how to set up in Crystal. Any suggestions? Thanks.