Showing posts from May, 2024
1. Grand/Group Sum Advanced : <?sum(current-group()/ DEBIT [.!=''])?> Group Amount in Word: <?xdoxslt:toWordsAmt(sum(current-group()/ DEBIT [.!='']))?> taka only. ------------ Advanced : <?sum( DEBIT [.!=''])?…
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…
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…
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…
Step-1 ===== Create a IR report (Master Report). SQL Query: select XLID AS ORG, REQ_HEADER_ID, . . from Table_Name; Select REQ_HEADER_ID column. HTML Expression: <a href="javascript:void(0);" class="set-po" dat…
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…