Getting ready

For this recipe, we will make use of inline data loading, which gives us the call bounce rates for different periods. Add the following code into the data load editor and reload the Qlik Sense application:

WebStats:
LOAD * INLINE [
Period, BounceRate
1, 0.26
2, 0.25
3, 0.24
4, 0.24
5, 0.27
6, 0.28
7, 0.21
8, 0.34
9, 0.24
10, 0.25
];
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset