Currently I’ve two singlestats, one represents total sessions and the other one represents unique sessions. But, I’m mainly interested in the difference of these two i.e., to represent the “not unique sessions”.
- Is there a way minus functions can be achieved at a query level?
- Is there a way a subtraction can be done by taking the values from two different single stats?
Expected result: I want to display 894 - 283 i.e., 611 in the third singlestat.