Explain internal match function()?
Answer / 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 |
How is Join different from Concatenate?
Name some databases that qlikview can connect to?
What is time chart wizard used for?
Can we store a sound file in a qlikview document?
What is AJAX/WebView? How is it different from the standard view?
What are the restrictions of binary load?
What are the two ways to insert load statements into script editor?
Explain Gauge charts?
Explain about normalized data?
Discuss one scenario where you can use Rank() function?
When do we need to use the option “force 32 bit”?
What is the use of the function intervalmatch?