수준 1
수준 2
커뮤니티 로그인
자세한 정보
로그인하여 배지 모두 보기
내 커뮤니티 업적 표시줄을 확대합니다.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I have this expression, and i would like to move (openCount*100/deliveryCount) to a variable in that expression to make it more efficient. Is there any way to do that?
해결되었습니다! 솔루션으로 이동.
You can create a variable (openCount*100/deliveryCount) in query 'Add data' and give an alias to it (eg, @countCalculation).
After query, use an enrichment activity, Add data > here you can use the previously created variable, (eg, Iif(@countCalculation>40,'abc','xyz'))
원본 게시물의 솔루션 보기
조회 수
Likes
답글