Muhammad Abdul Qaium is a Database Engineer/Oracle Apex Developer/BI Developer (in Connecticut, USA) who is an Oracle Certified Cloud Architect Professional, OCI Autonomous DB specialist as well as Oracle Business Intelligence Foundation Suite 11g Certified Implementation Specialist with extensive expertise in Database design , PL/SQL, Oracle Apex, Microsoft SSIS, ETL, Power BI, Qlik Sense, BI Publisher, Jasper Report, OBIEE. Contact: qaiuminfo@gmail.com
Tuesday, May 21, 2019
Button in Report Manually in Oracle Apex
SELECT ID,
NAME,
''Attachment,
SCHOOL
FROM
TEST_TABLE;
SELECT ID,
NAME,
'<input style="background-color: #85bbe7; color: black; font-weight: bold;" type="button" value="Upload">'Attachment,
SCHOOL
FROM
TEST_TABLE;
No comments:
Post a Comment