Problem in style with field "indicator"

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

Problem in style with field "indicator"

Post by d.boifava »

Hi,

I have created a table in a dashboard.
In this table i have created a field "indicator":
style_1.png
style_1.png (34.19 KiB) Viewed 9600 times
When i visualize the dashbaord with a component style if i click on the field indicator i can't read the value of the fields because of the style:
style_2.png
style_2.png (20.22 KiB) Viewed 9600 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem in style with field "indicator"

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue.
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: Problem in style with field "indicator"

Post by d.boifava »

Hello,

I attach the .mrt file.
Attachments
StyleReport.mrt
(19.26 KiB) Downloaded 187 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem in style with field "indicator"

Post by Lech Kulikowski »

Hello,

Please send us test data for your report.

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

Re: Problem in style with field "indicator"

Post by d.boifava »

Hi,

here is an example of data:

CREATE TABLE [dbo].[DM_PROFILE](
[DOCNUMBER] [int] NOT NULL,
[DOCNAME] [varchar](500) NULL,
[FILENAME] [varchar](64) NULL,
[DATADOC] [datetime] NULL,
[REVISIONE] [int] NULL,
[STATO] [varchar](20) NOT NULL
)


INSERT INTO DM_PROFILE VALUES (1, 'Y', 'Y.xml', '2023-01-01 00:00:00.000', 1, 'APPROVATO')

INSERT INTO DM_PROFILE VALUES (2, 'C', 'C.xml', '2023-02-01 00:00:00.000', 0, 'APPROVATO')

INSERT INTO DM_PROFILE VALUES (3, 'S', 'S.xml', '2023-03-01 00:00:00.000', 3, 'APPROVATO')

INSERT INTO DM_PROFILE VALUES (4, 'Z', 'Z.xml', '2023-04-01 00:00:00.000', 0, 'VALID')

INSERT INTO DM_PROFILE VALUES (5, 'X', 'X.xml', '2023-05-01 00:00:00.000', 0, 'DA PIANIFICARE')

INSERT INTO DM_PROFILE VALUES (6, 'V', 'V.xml', '2023-06-01 00:00:00.000', 2, 'INVIATO')

INSERT INTO DM_PROFILE VALUES (7, 'B', 'B.xml', '2023-07-01 00:00:00.000', 1, 'VALID')
d.boifava
Posts: 15
Joined: Fri Apr 07, 2023 4:00 pm

Re: Problem in style with field "indicator"

Post by d.boifava »

Hi,

the problem can also be reproduced with one of your demos:
style_dash.png
style_dash.png (28.77 KiB) Viewed 9426 times
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem in style with field "indicator"

Post by Max Shamanov »

Hello,

We have reproduced the issue and need some time to make an improvement.
We will let you know when we get any results.

Thank you.
#11794
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem in style with field "indicator"

Post by Max Shamanov »

Hello,

The issue is fixed. The fix will be available in the next release build.

Thank you.
Post Reply