Skip to main content

#Method토론 중인 항목 0개

Could someone please advise how to get the above values without using #Method Type field on worksheet i.e. don’t want display this variable but just aggregate values by date variable. Below is the screenshot where I take out #Method Type, it will appear NULL.

 

Please advise how to get the above values without using #Method Type field on worksheet i.e. don’t want display this variable but just aggregate values by date variable. Below is the screenshot where I take out #Method Type, it will appear NULLimage 

image

답변 4개
  1. 2022년 3월 22일 오후 9:28

    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

0/9000

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

0/9000