문제

For a non repeating field. How do I write an If that executes only if the field is empty.

i.e. source.{PID:19}

I've tried source.{PID:19} = "" and source.{PID:19} '= "" in the if (With true and false), but neither worked.

도움이 되었습니까?

해결책

I ended up using ..Length(source.{PID:19})>0 which worked. Thought I had tried this before.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top