Inverted filter in component Clustered Bar (dashboard)

Stimulsoft Dashboards.WEB discussion
Post Reply
d.boifava
Posts: 15
Joined: Fri Apr 07, 2023 4:00 pm

Inverted filter in component Clustered Bar (dashboard)

Post 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 8983 times
If i click "Sez1" in the chart it apply a filter in the table with "Sez3".
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Inverted filter in component Clustered Bar (dashboard)

Post by Lech Kulikowski »

Hello,

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

Thank you.
d.boifava
Posts: 15
Joined: Fri Apr 07, 2023 4:00 pm

Re: Inverted filter in component Clustered Bar (dashboard)

Post 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);
Attachments
ExampleInvertedFilter.mrt
(9.48 KiB) Downloaded 158 times
InvertedFilterScreen.png
InvertedFilterScreen.png (90.54 KiB) Viewed 8917 times
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Inverted filter in component Clustered Bar (dashboard)

Post 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.
d.boifava
Posts: 15
Joined: Fri Apr 07, 2023 4:00 pm

Re: Inverted filter in component Clustered Bar (dashboard)

Post by d.boifava »

Ok, thank you.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Inverted filter in component Clustered Bar (dashboard)

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply