asked on November 12, 2015
I want to find all documents where the template last name is not blank and the document name is 6 digits. I tried using expressions as follows but get zero (0) results:
- {[RCRMC]:[NAME_LAST]not=""} & {LF:Name="(\d\d\d\d\d\d)", Type="DB"} & {LF:LOOKIN="HRDev\BUILD DOCUMENTS\RCRMC"}
The following works, but takes a long time to run:
- {[RCRMC]:[NAME_LAST]>" "} & {LF:Name >"111111", Type="DB"} & {LF:LOOKIN="HRDev\BUILD DOCUMENTS\RCRMC"}
Can you recommend a better syntax?
0
0