Concatenating DataBand Field Data
Concatenating DataBand Field Data
Hi,
I'm currently working on a statement template which lists all of the unique invoices sent out (pulled in the DataBand). Is there any way I can put a field into the PageHeaderBand that could pull in all those unique invoice numbers? Right now, it only pulls one invoice number.
Thank you,
Ashley
I'm currently working on a statement template which lists all of the unique invoices sent out (pulled in the DataBand). Is there any way I can put a field into the PageHeaderBand that could pull in all those unique invoice numbers? Right now, it only pulls one invoice number.
Thank you,
Ashley
- Attachments
-
- invoice2.png (122.1 KiB) Viewed 3930 times
-
- invoice1.png (94.6 KiB) Viewed 3930 times
Re: Concatenating DataBand Field Data
Hello.
You could try to use next function:
Thank you.
You could try to use next function:
Code: Select all
{Func.EngineHelper.JoinColumnContent(DatatableName, "ColumnName", ", ")}
Re: Concatenating DataBand Field Data
Thank you Aleksey, that worked, however i am getting duplicate invoice numbers. Is there anyway to only get the distinct invoice numbers?
Re: Concatenating DataBand Field Data
Hello,
Please try to add the additional datasource (Data from other DataSource) with grouping by invoice numbers and then show these grouping data.
Thank you.
Please try to add the additional datasource (Data from other DataSource) with grouping by invoice numbers and then show these grouping data.
Thank you.
Re: Concatenating DataBand Field Data
That worked, but now I'm encountering another issue. I currently have the GroupHeaderBand1 set to 'New Page Before' = True so that my unique report will generate per customer. Each customer has a unique set of invoice numbers, however, it is showing all of the invoice numbers in that top corner instead of just the ones for that customer. Is there a way to only show the invoice numbers from the customers on that page?
Thanks!
Thanks!
Re: Concatenating DataBand Field Data
Hello,
Can you please send us your report with test data for analysis.
Thank you.
Can you please send us your report with test data for analysis.
Thank you.
Re: Concatenating DataBand Field Data
Hello.
Maybe you could try to use Group Header band instead of the Page Header.
We will be able to help you if you send us your report with sample data to reproduce the issue.
Thank you.
Maybe you could try to use Group Header band instead of the Page Header.
We will be able to help you if you send us your report with sample data to reproduce the issue.
Thank you.
Re: Concatenating DataBand Field Data
Aleksey, It looks like my attachments were not posted or removed for some reason? Here they are again. Also, I tried using the group header and it didn't work.
Thanks,
Thanks,
- Attachments
-
- StimulsoftExport.mrt
- (46.66 KiB) Downloaded 272 times
-
- 11-18-2013 7-20-56 AM.png (27.88 KiB) Viewed 3879 times
-
- LMA-11-18-2013 7-21-45 AM.xml
- (405.69 KiB) Downloaded 290 times
Re: Concatenating DataBand Field Data
Hello,
Please check the modified report in the attachment.
Thank you.
Please check the modified report in the attachment.
Thank you.
- Attachments
-
- StimulsoftExport2.mrt
- (48.92 KiB) Downloaded 300 times
Re: Concatenating DataBand Field Data
Thank you for your response. Unfortunately, that invoice # field is showing us as UNDEFINED COMPONENT and I receive the following errors when I try to preview:
Undefined component
Undefined 'Panel1' component is found in the report. The reporting tool cannot identify this component. Maybe this is a custom component. The report cannot be rendered!
Undefined component
Undefined 'Panel1' component is found in the report. The reporting tool cannot identify this component. Maybe this is a custom component. The report cannot be rendered!