Interactive Grid Check data wise Grand total Show

Step 1: ===== Create a Dynamic Action on this Interactive Grid region. True Action:  Execute JavaScript Code Code:  // Interactive Grid এর static ID সেট করুন var gridStaticId = "your_grid_static_id"; // এখানে আপনার গ্রিডের Static ID দিন //…

HTML Map location point show

Step 1: ===== Create a Static Container Region. Name:  Saler Visiting Map HTML Code: <!-- Leaflet CSS & JS --> <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" /> <script src="https…

APEX_ERROR Show by PLSQL

/************Insert Data into Table*************/ declare     v_has_error BOOLEAN := FALSE; begin     FOR R1 IN (             SELECT                COL.c001 AS SOLD_TO_CUSTOMER_ID,               COL.c002 AS GROUP_CODE,               COL.c003 AS…

Load More
That is All