20220113 - 챠트에서 특정 데이터 선택 후 다른 리전 조회

1. 챠트의 시리즈 선택

Link - Type : Redirect to URL

javascript:apex.item('P7_QTR').setValue('&QT.');apex.item('P7_CTE').setValue('&CTYPE.');



2. 해당 아이템 변경 시 다른 리전 조회 Dynamic Action

Identification - Name : DA_CHG_ITEM

When -

Event : Change

Selection Type : Item

Item : P7_QTR,P7_CTE


Identification - Action : Refresh

Affected Elements - Selection Type : Region

Region : IR2





참고

https://seanstuber.com/2021/03/21/dynamic-action-link-with-apex-chart/

댓글 없음:

댓글 쓰기

20250202 - IG 다운로드 버튼 바로 보이기

JS initialization Code : function (config) {     var $ = apex.jQuery,         toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(),  ...