Qlikview IP --> IP Range mapping
Recently I had a task to map set of ip addresses to country in Qlikview. I’ve found a nice dataset that can give me this link but the dataset was for ip range to country. For example: RangeFrom , RangeTo , Country 1.0.0.1, 1.10.0.1, US The solution I’ve come up with is to use IntervalMatch() function and map the ip list with the range. But the ip addresses are not a normal numeric so I need to convert it to numeric somehow. My solution is to make the following covertion: ...