Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have created a webject that returns the attributes of a document we created to feed a cognos report. The problem is that we have several attributes that allow multiple value selections. The webject is returning the following for the field ProposedModel:
I got a little farther. I am able to create a jsp code that can pull the individual elements out, concatenate them in to a new element and insert the element in to a group. The problem I am having is that I cannot call the "getAttributeValues" API from a standalone Info*Engine task (.xml file). How can I pull the elements from a group, manipulate the elements, and insert them back in to the group in a standalone Info*Engine task. The tag <ie:getservice varname="ie"/"> does not work in a standalone Info*Engine task.