Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

GroupBy and Having Clause

Hi,   How do I use the GroupBy and Having clause in my dataset? I have the following table:    [TableA] Name    Completed  TaskNumber Opp1     No               1 Opp1     No               2 O...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Thanks Matt but this didn't really do what I needed.

    In the end I did a Group By via the Query Editor and did a slice visualisation against the count.

     

    Cheers