Hi,
Here is a sample :
{
columnNames: [
usersession.city
Browser
name
count(duration)
median(duration)
]
extrapolationLevel: 1
values: [
[
City1
Browser1
URL1
1
4795
]
[
City2
Browser2
URL2
1
9761
]
]
}
How to parse it into a table or chart ? I tried some request with spath command without success.
Thanks in advance for your help.
↧