-
Notifications
You must be signed in to change notification settings - Fork 187
Bug: Unique users within retention table #363
Comments
I'm having problems showing the Users in this version: It seems there is a problem between the timespan datasource and the retention query. |
@DavidCampaneroGarcia what's the problem? |
@morsh I'm trying to mix 2 dashboards. First one: Have granurality implemented that works awesome but doesn't count the users: https://i.imgur.com/h63W763.png Second One: Users count works but doesn't have granurality: https://i.imgur.com/T42aG4T.png I would like to mix them both and have granurality and user count, but it seems that with this code:
It comes from here: And in the same dashboard it has this query:
It seems it doesn't work well between them and when you click it on it you can see the table of users, but doesn't load the content. https://i.imgur.com/I0J3yJ5.png Also I would like to know if there is a way to filter only conversations that has more than 1 message from the user. I don't know if I should post this issue in other thread. |
@DavidCampaneroGarcia - I've marked this issue as a bug, it is indeed an issue with the bot-framework-inst dashboard. I think it's a matter of simply pointing the scorecard of total users to the value of Regarding conversations with more than 1 message I'm sure this can be done and I'm guessing this can be done with a summarize, count and where, |
Unique users query doesn't look right - as it's also counting messages sent from the bot eg:
You can use the 'tobot' field to filter these out eg:
Found in this dashboard
https://github.com/CatalystCode/ibex-dashboard/blob/master/server/dashboards/preconfigured/bot-framework.ts
The text was updated successfully, but these errors were encountered: