Page 1 of 1

Problem in style with field "indicator"

Posted: Fri Jun 16, 2023 2:14 pm
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 25092 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 25092 times

Re: Problem in style with field "indicator"

Posted: Fri Jun 16, 2023 3:35 pm
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.

Re: Problem in style with field "indicator"

Posted: Tue Jun 20, 2023 7:22 am
by d.boifava
Hello,

I attach the .mrt file.

Re: Problem in style with field "indicator"

Posted: Wed Jun 21, 2023 9:34 pm
by Lech Kulikowski
Hello,

Please send us test data for your report.

Thank you.

Re: Problem in style with field "indicator"

Posted: Tue Jul 04, 2023 9:00 am
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')

Re: Problem in style with field "indicator"

Posted: Tue Jul 04, 2023 12:44 pm
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 24918 times

Re: Problem in style with field "indicator"

Posted: Tue Jul 04, 2023 12:51 pm
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

Re: Problem in style with field "indicator"

Posted: Wed Jul 05, 2023 8:33 am
by Max Shamanov
Hello,

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

Thank you.