In case of repeated injections from the same vial of single EZChrom sequence line, the number of injection repetitions gets added to the file name as -Rep#.
The following reporter expression can be used to cut out a single or double digit repetition number from the file name:
=val(Mid(Injection_DataFileName,(4+ InStrRev(Injection_DataFileName,"-Rep")),2))
Note: The val() conversion takes care of removing the file extension from being displayed.
(originally posted in OpenLAB Forum: https://zohodiscussions.com/openlabcdsforum#Topic/68030000000056001
2013 February 8
by betrich)