What do you understand by extended interval match function()?
Answer / Prakash Kumar Rathaur
{"extended_interval_match": "The Extended Interval Match function () in QlikView is used to perform calculations based on intervals other than simple ranges. It allows you to specify custom interval definitions using the DEFINE INTERVAL statement.","example": "DEFINE INTERVAL MYINTERVAL (YEAR, QUARTER, MONTH); LOAD YEAR, Quarter, Month FROM mytable; EXTENDED INTERVAL MATCH (myinterval) Year = [2015-2020]"}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the string aggregate functions MinString(), MaxString() and FirstValue(), LastValue()?
What do you understand by fact constellation schema?
What are the two ways to insert load statements into script editor?
Explain the process of script execution in brief?
Which Join type will be in use it gives the outcome of only those records which were common in both the tables?
What is inline memory in qlikview ?
What are the three types of Concatenation?
What are Modifiers in Set Analysis?
Difference between qlikview and tableau
What is fuzzy search in qlikview?
What is cross table?
What do you understand by Delimited files? Why are they called CSV files?