Hello, I have an issue wherein I am running a report within a model a

Hello,

I have an issue wherein I am running a report within a model and saving the report output to a cdt. One of the report columns is a multi-value pv, but if I set up my cdt node to store multiple values, I can't save the report output to that node, and if I set up my cdt node to only store single values, only the first value of the multi-value pv is saved in that cdt node. I've tried some combinations of using the joinarray function within the apply function, but this isn't helping. Any help with this would be greatly appreciated.

Thanks,
Dylan...

OriginalPostID-67387

OriginalPostID-67387

  Discussion posts and replies are publicly visible

Parents
  • Storing the data in a database is not an option for us. Basically, what I'm doing is running a report that lists active process instances and their tags (basically, ad-hoc instance classifications and the multi-value pv) for saving in a cdt and displaying in a paging grid for the user to select instances for which they'd like to update tags. So, for each instance (row in the report), I'd like to save in a cdt the instance id, the instance name, and the list of tags that apply for that instance.
Reply
  • Storing the data in a database is not an option for us. Basically, what I'm doing is running a report that lists active process instances and their tags (basically, ad-hoc instance classifications and the multi-value pv) for saving in a cdt and displaying in a paging grid for the user to select instances for which they'd like to update tags. So, for each instance (row in the report), I'd like to save in a cdt the instance id, the instance name, and the list of tags that apply for that instance.
Children
No Data