Encountering a "Data type mismatch in criteria expression" when querying data from the Excel sheet. The sheet contains several columns including an index # column which is used as the key. The index has the following values:
12.34
12.34.56
12.34.56.78
1.2.3, etc
When data is queried and the value is 12.34 or 1.2, the value is returned. But if the queried value is 12.34.56, the above error message is encountered. So any query (lookup) for index number with more than a single period returns the error. This is Laserfiche Server & Worklfow 9.1.
The patter matching is shown here below. Any ideas?