Fig 1: Logo Cards Here I am giving an elegant way for displaying logos (images) as cards using Oracle APEX classical report. This has been inspired by apex.oracle.com . Cards: A card is any type of custom element used for easy showing of contents that comprises various types of objects like title, image, button, etc. These cards could be anything like CSS material based cards, blog-based cards, business cards, informative cards or analytical cards and etc. Step 1: Create list of below required objects by using below script. 1. Table - Store the data 2. Sequence - Generate the primary key value 3. Trigger - Fire the action, when DML operations happening on the table Table: (fxgn_customer_logos) CREATE TABLE fxgn_customer_logos ( logo_id ...
by Karkuvelraja Thangamariappan ♠ (@tkarkuvelraja)