I am trying to build a string (text field) that contains all the QRulesFilename contents from the repeatig "FileAttachment". I have done this before with other repeating groups. Please see image for illustrations.
I am using the following formula (again I have used the same construction before with no problem)...
eval(eval(FileAttachment, 'concat(../../my:Enclosures_Messages/my:Attachments/my:Attachment/my:FileAttachment/@my:qRulesFilename,";")'), "..")
Here is the "Edit XPath (advanced)" output:
Edit XPath (advanced):
xdMath:Eval(xdMath:Eval(../../my:Enclosures_Messages/my:Attachments/my:Attachment/my:FileAttachment, 'concat(../../my:Enclosures_Messages/my:Attachments/my:Attachment/my:FileAttachment/@my:qRulesFilename,";")'), "..")
This is the Formula Error I'm getting:
FORMULA ERROR:
"../../my:Enclosures_Messages/my:Attachments/my:Enclosures_Messages/my:Attachments/my:Attachment/my:FileAttachment/@my:qRulesFilename" does not point to a valid location path of a field or group.
I really need to collect and concantenate all of these filenames together (delimited with ";"). If there is something I am missing here or if there is some other way that this needs to be accomplished due to the fact that I am using QRules, please help.
thanks!