Retrieval using logical operator
Author: satheesh.balu.m@gmail.com (Satheesh)
I have a problem in retrieval using the below condition:
clear/e "entity"
prop_code.entity/init = $1
pp_typ.entity/init = "S"
bp_ref.entity/init = $gemag$ | $gemmo$
retrieve/e "entity"
I want to retrieve the records from the "entity", if the bp_ref is either $gemag$ or $gemmo$. So, I am looking for both $gemag$ and $gemmo$ records after the retrieval. How can this be done?
In this present code, I could retrieve only one record.
--
Regards,
B.Satheesh Muthu Gopal,




