Hi,
I am trying to create a dashboard and I want one of my chart to be a simple count of the rows of the output table. So, let the generic UDM query be:
events:
…
match:
$field1, $field2
Which produces a table with 2 columns. I just want to count the number of rows, but having difficulties in doing so. The solution would be some sort of:
outcome:
count = count_distinct($field1, $field2)
But the count_distinct() function only accepts a single field as parameter.
Any guidance on achieving the desired outcome? I feel it should be easy and I am missing a simple solution, but I cannot see it.
Thanks,
