Answer Posted / Digvendra Singh Sagar
The internal match function in QlikView is a built-in function used to perform fuzzy matching on strings. It allows for partial matches by searching for strings that have similar characters. This can be useful when dealing with data that may contain typos or variations in spelling.nnSyntax: `internal match(string1, string2[, threshold])`nn- `string1`: The first string to compare.n- `string2`: The second string to compare.n- `threshold` (optional): A value between 0 and 1 that specifies the maximum allowed dissimilarity between the two strings. If not provided, a default threshold of 0.5 is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers