getting concated string from records in datatable
getting concated string from records in datatable
Hello,
is it possible to created some concated string from records in datatable?
For example I have table Users and there are 3 records in there:
username
-----------
Bob
Dylan
Jeremy
I want to get concated string looked like this (Bob, Dylan, Jeremy).
Could you help me with it please?
Thanks a lot,
Regi
is it possible to created some concated string from records in datatable?
For example I have table Users and there are 3 records in there:
username
-----------
Bob
Dylan
Jeremy
I want to get concated string looked like this (Bob, Dylan, Jeremy).
Could you help me with it please?
Thanks a lot,
Regi
Re: getting concated string from records in datatable
Hello
you ma use the new function JoinColumnContent
Regards
Clemens
you ma use the new function JoinColumnContent
Code: Select all
{Func.EngineHelper.JoinColumnContent(DatatableName, "ColumnName", ", SN: ")}
Clemens
Re: getting concated string from records in datatable
Since wich version does this function exist?
I often had this problem in the past.
Markus
I often had this problem in the past.
Markus
Re: getting concated string from records in datatable
Hello.
This feature was added few months ago.
Please, check your latest prerelease build.
Thank you.
This feature was added few months ago.
Please, check your latest prerelease build.
Thank you.
Re: getting concated string from records in datatable
Is it possible to use this function in Stimulsoft Report.Web as well?
Re: getting concated string from records in datatable
Hello.
Yes. You could use it in Reports.Web.
Thank you.
Yes. You could use it in Reports.Web.
Thank you.
Re: getting concated string from records in datatable
And the last question, could I find this function in Demo version as well?
Thank you for answers.
Regi
Thank you for answers.
Regi
Re: getting concated string from records in datatable
Hello,
Yes. Please download the last prerelease build from our site:
"Prerelease Builds (Trial Versions)"
http://www.stimulsoft.com/en/downloads
Thank you.
Yes. Please download the last prerelease build from our site:
"Prerelease Builds (Trial Versions)"
http://www.stimulsoft.com/en/downloads
Thank you.
Re: getting concated string from records in datatable
I have two data tables which are in relation, is it possible to have the concated string only from the records from the child table which are related with the record from the parent table?
Thanks.
Thanks.
Re: getting concated string from records in datatable
Hello,
Please check the sample report in the attachment.
Thank you.
Please check the sample report in the attachment.
Thank you.
- Attachments
-
- ReportSample.mrt
- (18.74 KiB) Downloaded 211 times