Joget 보고서를 위한 동적 SQL 필터 구현 방법 안내.
이 글에서는 Joget에서 동적 SQL 필터를 생성하는 방법을 설명합니다. BeanShell 패턴을 활용하여 필터 값을 읽고, 안전한 파라미터화된 SQL 쿼리를 구축하며, 상태별로 레코드를 그룹화하고 결과를 보고서 테이블에 기록하는 과정을 다룹니다. 이 기술은 차트, 데이터 리스트 및 보고서 플러그인이 간단한 테이블에서 데이터를 기대할 때 유용합니다.
Guide on implementing dynamic SQL filters for Joget reports.
This article explains how to create dynamic SQL filters in Joget using a BeanShell pattern. It details the process of reading filter values, building a safe parameterized SQL query, grouping records by status, and writing the summarized results into a reporting table. This technique is useful when charts, data lists, and report plugins expect data from a simple table.