ReportDr00
IS-IT--Management
Hello,
I am trying to write section expert formula to suppress any records that matches below pattern in name field. It is regular expression that matches on drug concentrations like 5 mg/ml 100 mg/ml
"\d*\s?(mg)\/\s?mL"
The name fields has below data values
testname1 100mg/ml
testname2 1 mg/ml
testname3 5 mg/ ml
testname4 50mg/ ml
testname5 10mg
testname6 20mg
i need to supress the first 4 rows. I dont know how we can test for above pattern to suppress. I appreciate your feedback
Regards
Armani
I am trying to write section expert formula to suppress any records that matches below pattern in name field. It is regular expression that matches on drug concentrations like 5 mg/ml 100 mg/ml
"\d*\s?(mg)\/\s?mL"
The name fields has below data values
testname1 100mg/ml
testname2 1 mg/ml
testname3 5 mg/ ml
testname4 50mg/ ml
testname5 10mg
testname6 20mg
i need to supress the first 4 rows. I dont know how we can test for above pattern to suppress. I appreciate your feedback
Regards
Armani