I want to show the current carrier network of my ios devices (iphone’s and ipad’s)
But following relevance do not work:
if (name of operating system contains “Android”) then (“n/a”) else if (in proxy agent context) then (current carrier network of cellular info | “n/a”) else “n/a”
The carrier is already collected as part of the device details analysis, in the IEM console if you go to tools, Manage Properties and then look for the “Carrier” property the relevance will be displayed. This is the relevance currently being used
if (name of operating system contains “Android”) then (brand of device | “n/a”) else if (in proxy agent context) then (sim carrier network of cellular info | “n/a”) else “n/a”