Showing posts from May, 2024

BI Publisher Report

1. Grand/Group Sum Advanced : <?sum(current-group()/ DEBIT [.!=''])?> Group Amount in Word: <?xdoxslt:toWordsAmt(sum(current-group()/ DEBIT [.!='']))?> taka only. ------------ Advanced :  <?sum( DEBIT [.!=''])?…

HTML Report

Step-1: ===== Create Report Parameter Items. And Create Region PLSQL Dynamic Container. PLSQL Code : htp.p('   <!--div id="div_print2" align="left"-->');    HTP.P('<div id="printableArea" style=&quo…

Show And Hide Details List from Master Data

Step-1: ===== Create Classic/IR Report For Master. (Department List) SQL Query : Select  A.DEPARTMENT_ID,  A.DEPARTMENT_NAME,  NVL(B.QTY,0) QTY,  A.DEPARTMENT_ID report FROM DEPARTMENTS Step-2: ===== Create Item :  P9_DEPT_ID_FOR_EMP_LIST And Creat…

Report with Form create Same Page

Step: 1 ===== Create IR Report And Entry Form Same Page. Step: 2 ===== Select Entry Form. Appearance :    Template: Inline Dialog Step: 3 ===== Create Button. (New Entry) Dynamic Action:     Name :  New_Department_entry    Event : Click True Action…

Link Report to from by java-script in HTML Expression

Select Report Region PK id Column (Ex: Department_Id) HTML Expression : <a href="javascript:$s( 'P9_DEPARTMENT_ID ','# DEPARTMENT_ID #'),$s(' P9_DEPARTMENT_NAME ','# DEPARTMENT_NAME #')"># DEPARTMENT_I…

Dashboard And Report Show

Step : 1  ====== Create PL/SQL Dynamic Content. PL/SQL Code : HTP.P('<!--DOCTYPE html-->'); HTP.P('<html lang="en" dir="ltr">');   HTP.P('<head>');     HTP.P('<meta charset="U…

Load More
That is All