Linq 조건문

SampleLinq.zip (19.3 KB)

linq에서 조건별로 count를 구하고 싶은데 쿼리문이 좀 이상하게 작동하는것같아요
문자열이 조건에 들어가면 정확하게 계산이 안되는것 같고,
Not like command에서 오류가 발생한다고 하는데 도움 부탁드립니다.

  1. title이 [good]으로 시작하고 level이 High 인 항목의 갯수
  2. title이 [good]으로 시작하고 level이 Low 인 항목의 갯수
  3. title이 [good]으로 시작하지 않고 level이 High 인 항목의 갯수
  4. title이 [good]으로 시작하지 않고 level이 Low 인 항목의 갯수

Hello @alisha,

I have eliminated the errors and attached the workflow.
let me know if you have further queries.:slightly_smiling_face:

SampleLinq_Edited.zip (19.3 KB)

Regards
Ashley Nihal Dcunha