Skip to content

Fix 06_account_stats.json#35

Open
feigei wants to merge 1 commit intoUnownHash:developfrom
feigei:develop
Open

Fix 06_account_stats.json#35
feigei wants to merge 1 commit intoUnownHash:developfrom
feigei:develop

Conversation

@feigei
Copy link
Contributor

@feigei feigei commented Apr 19, 2025

I had to apply these changed to display correctly.

added "values: true" to separate the reasons in legend
remove "1" in group by else it wouldn't group correctly
"group by mode" in variable, because it was getting every value instead of unique ones
@Fabio1988
Copy link
Collaborator

Anybody else can confirm this working?

"name": "mode",
"options": [],
"query": "select mode from stats_accounts",
"query": "select mode from stats_accounts group by mode",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't that supposed to be select distinct(mode) from stats_accounts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants