Hi,
I am having problems on my chart in order to ONLY show the number of users who activate contracts on a particular day, e.g. greater than zero. Currently it shows the count of all users even those who have zero contracts assigned to them.
I have tried using the WHERE clause to count the number of user names where the number of contracts paid out is greater than zero but that will not help as it is not relative to an individual user's count but rather than the whole count of contracts.
Can anyone please suggest how I can apply a variable where it counts:
- [Last payout user name] where
- [Last payout user name] has a number greater than zero in the [Paid Out (Contracts)] dimension
The example shown below, it has 8 users in the table but I want to return the value of 7 in the chart.
Thank you for your help