문제

In infopath, I have a choice box that gives a choice of values from a secondary data source that is filtered.

How can I make the control hide if there is nothing matching the filter?

도움이 되었습니까?

해결책

You can you use the count function to set a field to the value of the count of the filter, then hide the control if that field reads 0.

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