Differences between Report Designer Preview and Web View

Stimulsoft Dashboards.JS discussion
Post Reply
matheus.afonso
Posts: 4
Joined: Mon Oct 21, 2019 8:01 pm

Differences between Report Designer Preview and Web View

Post by matheus.afonso »

Hi, I’m trying to use the latest Stimulsoft Dashboard (v4.1), in a trial version, and I've find differences between Report Designer Preview and Web View, e.g:
print_01.png
print_01.png (34.05 KiB) Viewed 3682 times
Resource :

Code: Select all

[
    {
        "field_1": "ACTIVE",
        "field_2": "1",
        "field_3": "01/01/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "2",
        "field_3": "01/01/2019",
    },
	{
        "field_1": "ACTIVE",
        "field_2": "3",
        "field_3": "01/02/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "1",
        "field_3": "01/02/2019",
    },
	{
        "field_1": "ACTIVE",
        "field_2": "3",
        "field_3": "01/03/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "2",
        "field_3": "01/03/2019",
    },
	{
        "field_1": "ACTIVE",
        "field_2": "1",
        "field_3": "01/04/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "4",
        "field_3": "01/04/2019",
    },
	{
        "field_1": "ACTIVE",
        "field_2": "5",
        "field_3": "01/05/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "1",
        "field_3": "01/05/2019",
    },
	{
        "field_1": "ACTIVE",
        "field_2": "3",
        "field_3": "01/06/2019",
    },
	{
        "field_1": "CANCELED",
        "field_2": "4",
        "field_3": "01/06/2019",
    },
]
This happens when I try to sort the third column of the bar chart in descending order.
print_02.png
print_02.png (12.42 KiB) Viewed 3682 times
If I try to sort the first or second column, this problem does not appear.

p.s: No matter if I try to sort the third column in ascending or descending order, in Web View, the data is only sorted in ascending order.

Thanks in advanced.
Attachments
print03.png
print03.png (12.42 KiB) Viewed 3687 times
print02.png
print02.png (11.67 KiB) Viewed 3687 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Differences between Report Designer Preview and Web View

Post by Lech Kulikowski »

Hello,

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

Thank you.
matheus.afonso
Posts: 4
Joined: Mon Oct 21, 2019 8:01 pm

Re: Differences between Report Designer Preview and Web View

Post by matheus.afonso »

Hi,

Of course,
I am sending an attachment that contains a sample data and .mrt file in .zip
Report_Example.zip
(2.59 KiB) Downloaded 224 times
Thank you.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Differences between Report Designer Preview and Web View

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue. Could you explain your issue in more detail, how we ca reproduce it?

Also, you can try to check your report on our demo:
https://demo.stimulsoft.com/#Net

Thank you.
matheus.afonso
Posts: 4
Joined: Mon Oct 21, 2019 8:01 pm

Re: Differences between Report Designer Preview and Web View

Post by matheus.afonso »

Hello,

Well, I'll try to exemplify the steps I took to find the problem.
First, I have a data .json, with 3 "fields":
{
"status": ACTIVE or CANCELED
"number_tickets": number of tickets
"date": date of purchase
},

With this, in the report, it includes a Chart component and includes the fields as follows:
Values ​​= Sum (root.number_tickets)
Arguments = root.date
Series = root.status

Column Type = Stacked Column

as picture:
print_01.png
print_01.png (31.88 KiB) Viewed 3645 times
Next, I changed the grouping of the Status field in Data Transformation,
print_02.png
print_02.png (15.01 KiB) Viewed 3645 times
print_03.png
print_03.png (74.78 KiB) Viewed 3645 times
print_04.png
print_04.png (13.72 KiB) Viewed 3645 times
And in the end, I compared the report in development, report design preview and web view:

Development
print_05.png
print_05.png (19.59 KiB) Viewed 3645 times
Report Design Preview
print_06.png
print_06.png (14.79 KiB) Viewed 3645 times
Web View
print_07.png
print_07.png (22.21 KiB) Viewed 3645 times
Archive of report
Report_Test.zip
(4.88 MiB) Downloaded 253 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Differences between Report Designer Preview and Web View

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
matheus.afonso
Posts: 4
Joined: Mon Oct 21, 2019 8:01 pm

Re: Differences between Report Designer Preview and Web View

Post by matheus.afonso »

Hello,
Today (Nov, 14), I've downloaded the new version of Stimulsoft 2019 (v4.2) and this issue has been fixed!

Thanks for all.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Differences between Report Designer Preview and Web View

Post by Lech Kulikowski »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Post Reply