I have my data in this manner
| Batch | Custom Value |
| BATCH001 | ABCD1234 |
| BATCH002 | WXYZ0987 |
user is only aware of ABCD1234 and he wants to know which batch has this value.
I have my data in this manner
| Batch | Custom Value |
| BATCH001 | ABCD1234 |
| BATCH002 | WXYZ0987 |
user is only aware of ABCD1234 and he wants to know which batch has this value.