What do you understand by extended interval match function()?
Answer Posted / 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 |
Post New Answer View All Answers