20210906 - 코멘트 리포트 템플릿 Comment Report Template

1. 후기 기록 테이블

사용자 이름으로 이니셜 생성, 이니셜 색상도 임의대로 지정


select
  apex_string.get_initials(user_nm) user_icon,
  wdate comment_date,
  user_nm user_name,
  cmt comment_text,
  ' ' comment_modifiers,
  'u-color-'||ora_hash(user_nm,45) icon_modifier,
  ' '  actions,
  ' ' attribute_1,
  ' ' attribute_2,
  ' ' attribute_3,
  ' ' attribute_4
 from x21091_store_prod_cmt
where prod_id = :P56_PRODID
order by wdate desc


2. 리전 속성

Region

Type : Classic Report

Appearance - Template : Standard


Attribute 

Appearance - Template Type : Theme

Template : Comments

Template Options : Use Template Defaults, Speech Bubbles





댓글 없음:

댓글 쓰기

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

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