I'm having trouble capturing the custom key - "UserKey_ABC" in the following script. With the following code, I'm not able to see any results. However, if I remove "UserKey_ABC", I am able to get the results. I'm certain I do have this key in my events. How do I approach this issue? | tstats count where index=abc Arguments.email=“myemail@abc.com" by device_build, Arguments.test_url, UserKey_ABC | rename UserKey_ABC.Day as day, UserKey_ABC.job1 as job1, UserKey_ABC.Version as version, Arguments.test_url as test_url, device_build as build | table build, lib, day, job1, version, test_url
... View more