Validation for valid GSTIN Oracle APEX Page Item by admin · Published May 10, 2025 · Updated May 10, 2025 If you are having a page item to capture GSTIN, this validation can be used to check whether it’s a valid GSTIN or not. Create a validation on your page item.Validation type: Item matches Regular ExpressionSelect the page item on which validation needs to be implemented.Put below code in Regular Expression field. ^([0][1-9]|[1-2][0-9]|[3][0-5])([a-zA-Z]{5}[0-9]{4}[a-zA-Z]{1}[1-9a-zA-Z]{1}[zZ]{1}[0-9a-zA-Z]{1})+$
Create dynamic URL on classic report column in Oracle APEX January 30, 2023 by Himansu Behera · Published January 30, 2023 · Last modified February 4, 2023
Customise radio group in Oracle APEX April 6, 2023 by Himansu Behera · Published April 6, 2023 · Last modified May 21, 2023
Adjust image size in interactive/classic report – Oracle APEX September 26, 2022 by Himansu Behera · Published September 26, 2022 · Last modified September 27, 2022