Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jasonseril
Creator
Creator

SelectValues Macro is not working on server

안녕하세요.

Dawin Consulting 황태오입니다.

서버에서 해당 매크로를 실행하였을 때 실행되지 않고 Explorer가 멈추는 현상이 있어 문의드립니다.

Client 및 AJAX 모드에서는 정상적으로 실행되는데 서버 환경(SR12)의 Plug-In 모드에선 작동하지 않고 브라우저가 멈추는 현상이 있습니다.

해당 현상과 관련해 도움이 될만한 내용을 알고 계시는 분이 있으면 답변 부탁드립니다.

관련 Macro script 및 qvw 첨부하였습니다.

감사합니다.

SUB SELECTVAL

SET ProVal  = ActiveDocument.Fields("COL1").GetPossibleValues(100000)

SET vCOL = ActiveDocument.Fields("COL2")

  vCOL.SelectValues ProVal

END SUB

0 Replies