Page 1 of 1

Differences between Report Designer Preview and Web View

Posted: Wed Oct 23, 2019 12:33 pm
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 3753 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 3753 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.

Re: Differences between Report Designer Preview and Web View

Posted: Thu Oct 24, 2019 8:04 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: Differences between Report Designer Preview and Web View

Posted: Thu Oct 24, 2019 8:23 pm
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 231 times
Thank you.

Re: Differences between Report Designer Preview and Web View

Posted: Mon Oct 28, 2019 11:00 am
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.

Re: Differences between Report Designer Preview and Web View

Posted: Mon Oct 28, 2019 12:08 pm
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 3716 times
Next, I changed the grouping of the Status field in Data Transformation,
print_02.png
print_02.png (15.01 KiB) Viewed 3716 times
print_03.png
print_03.png (74.78 KiB) Viewed 3716 times
print_04.png
print_04.png (13.72 KiB) Viewed 3716 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 3716 times
Report Design Preview
print_06.png
print_06.png (14.79 KiB) Viewed 3716 times
Web View
print_07.png
print_07.png (22.21 KiB) Viewed 3716 times
Archive of report
Report_Test.zip
(4.88 MiB) Downloaded 257 times

Re: Differences between Report Designer Preview and Web View

Posted: Thu Oct 31, 2019 8:11 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: Differences between Report Designer Preview and Web View

Posted: Thu Nov 14, 2019 1:21 pm
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.

Re: Differences between Report Designer Preview and Web View

Posted: Sun Nov 17, 2019 9:29 pm
by Lech Kulikowski
Hello

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

Thank you.