Page 1 of 1

Using

Posted: Wed Nov 27, 2019 3:45 pm
by rtrujillor
Hi,

We are using Stimulsoft Reports JS, version 2018.2.1

Having this data in the Datasource:

"Rows": [{
"Description": null,
"Field1": "593"
}, {
"Description": "0012908D",
"Field1": "834,8"
}, {
"Description": "0002910D",
"Field1": "174,2"
}]

In the output, using a table, I need the first row of the array to be the header of the table.

What I found on the internet documentation is how to do this (the header rows count property, that I have given the 1 value), but this also repeats my first row in the data part of the table.

This is the output I am having when previewing

Code: Select all

                          
                                    593					
                                    593					
0012908D	                    834,8					
0002910D		            174,2				


See the 593 in the second column. The value of the second col of the first row is indeed 593, but that’s the header now and may not be repeated as the first data line. The first dataline under the header should be the one with 834.8.

Any clue how can I do this?

Thanks in advance,

Re: Using

Posted: Thu Nov 28, 2019 10:41 pm
by Lech Kulikowski
Hello,

Please send us your report with test data which reproduces the issue and result that you need.

Thank you.

Re: Using

Posted: Tue Dec 03, 2019 9:53 am
by rtrujillor
Hi,

Herewith you can find the Datasource file the report file and the expected result ( see attached)

thanks

Re: Using

Posted: Thu Dec 05, 2019 1:21 pm
by rtrujillor
Morning,
Have you been able to reproduce the problem? Otherwise, If you need more information do not hesitate to ask me, It's becoming something urgent at this point.
Many thanks in advance.

Re: Using

Posted: Tue Dec 10, 2019 8:14 am
by rtrujillor
Lech Kulikowski wrote: Thu Nov 28, 2019 10:41 pm Hello,

Please send us your report with test data which reproduces the issue and result that you need.

Thank you.
Dear Lech,

Have you been able to tackle with this case? I have attached all the necessary information


Thanks in advance,

Re: Using

Posted: Thu Dec 12, 2019 10:46 pm
by Lech Kulikowski
Hello,

Sorry for the delay with the response. Please check the modified report.

Thank you.