Page 1 of 1

Inverted filter in component Clustered Bar (dashboard)

Posted: Fri Apr 07, 2023 4:19 pm
by d.boifava
Hi, we're experiencing an issue using the Cluster Bar chart in dashboard.
It seems that if i click one of the element in this chart it apply a wrong filter.
scren.png
scren.png (43.23 KiB) Viewed 11158 times
If i click "Sez1" in the chart it apply a filter in the table with "Sez3".

Re: Inverted filter in component Clustered Bar (dashboard)

Posted: Tue Apr 11, 2023 2:01 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.

Re: Inverted filter in component Clustered Bar (dashboard)

Posted: Thu Apr 13, 2023 9:04 am
by d.boifava
Hi, I insert here my example .mrt, in this dashboard if i click on "Milano" it apply a inverted filter on "Bergamo" in the table:
Here's the data:

CREATE TABLE CittaLombardia
(
Citta varchar(50),
Latitudine float,
Longitudine float,
PostalCode int,
Value int
);

INSERT INTO CittaLombardia (Citta, Latitudine, Longitudine, PostalCode, Value)
VALUES
('Milano', 45.46427, 9.18951, 20121, 100),
('Brescia', 45.53558, 10.21472, 25121, 200),
('Bergamo', 45.695000, 9.670000, 24121, 300),
('Mantova', 45.15, 10.8, 46010, 400),
('Lecco', 45.8565698, 9.3976704, 23900, 500);

Re: Inverted filter in component Clustered Bar (dashboard)

Posted: Thu Apr 13, 2023 9:02 pm
by Lech Kulikowski
Hello,

We couldn't reproduce the issue.
Please check the last release build 2023.2.2. Most probably that issue was fixed.

Thank you.

Re: Inverted filter in component Clustered Bar (dashboard)

Posted: Fri Apr 14, 2023 10:13 am
by d.boifava
Ok, thank you.

Re: Inverted filter in component Clustered Bar (dashboard)

Posted: Mon Apr 17, 2023 9:52 am
by Lech Kulikowski
Hello,

You are welcome.