Question
Anthem
US
Last activity: 16 Oct 2018 12:03 EDT
Concatenate a property of page list in a report definition
Hi,
I have a report definition in which I need to concatenate a property.
What I'm saying here is if I have a Page AM which then has a page list LoanIssue. LoanIssue has properties LoanIssue.Level1 , LoanIssue.Level2 , etc ....
I call these like this AM.LoanIssue(1).Level1 , AM.LoanIssue(2).Level1, etc...
Is there a way to concatenate those values above into a single Text property in the report definition. I need this in a string value "AM.LoanIssue(1).Level1" + "," + "AM.LoanIssue(2).Level1" ....
I have created a Java Function that does the actual concatenation but I can't reference this in the RD. Is there any straight forward or perhaps different approach I can take here to meet requirements?
I am using version 7.2 and no longer have access to list views.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.