Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I am having a lot of trouble converting the following expression to set analysis:
=COUNT(if(Accuracy<=1.15 and Accuracy >=0.8,UserId)/COUNT(UserId)
The reason I need to convert it to set analysis is because I have to prevent the Month filter from affecting the expression. I know I would have to do use the construct {<Month=>} but I am not sure how this would fit into above.
yes but how do I add the construct {<Month=>} to prevent the Month filter from affecting the chart?