본문 바로가기
Nexacro

엑스플랫폼/넥사크로 filterstr를 like처럼 포함 여부 확인 방법

by ESTP 개발자 2025. 2. 12.

1. indexOf

this.Dataset00.filter("Column0.toString().indexOf('"+this.Edit00.value+"')>-1");

 

출처 : https://www.playnexacro.com/#show:community:4490