Hi Ramesh,
Unfortunately you will have to use the #Method Type field in your calculations unless you have another distinguishing feature in your dataset that you haven't included in this post.
I would combine the CF into a single calc;
IF [#Method Type]='field visit' THEN 'field visit' ELSE '!field visit' END
Once this is done, you just add cases to the view and the CF will handle the distribution.
HTH
Peter
4 Antworten
Favorit
Hi All,
We are trying to leverage Transaction processing, while connecting to AMQP connector. Business requirement : If we have 100 messages, either send all 100 or nothing at all. We are using Try block- Always Begin with "Local" as transaction type. Inside, try we have for-each to transform messages and publish to AMQP with properties- Always join. We are getting below intermittent error:
Continuation call for method #method<tx.commit>() on channel AMQChannel(amqp://vHost@IPAddress:port/mulesoft,1) (#1) timed out
Can anyone throw a light on why we are getting this error and how to resolve it?
Thanks, Neeraj