Convert Base 64 to PDF in Oracle Visual Builder
We came across one scenario where we need to call an external API that produces the PDF as a base64 string in response to the API and we need to […]
We came across one scenario where we need to call an external API that produces the PDF as a base64 string in response to the API and we need to […]
In this article, we’ll demonstrate how to fetch unique values from BO in Oracle Visual Builder. Let us understand this use-case with an example as follows: An application keeps inserting […]
In the article, I am explaining what is a Train Component and why we need to use it, and the steps to implement a Train component in Oracle Visual Builder […]
In the article, I am demonstrating how to implement form-over layout in Oracle Visual builder with Oracle Excel Plugin. The Form-over-Table Layout in an Excel Worksheet is created when a […]
In this article, I am demonstrating how to pass data from one page to another in Oracle Visual Builder. Following are the steps to complete this use case: First, create […]
In this article, I am demonstrating how to add pagination control for a table in Oracle Visual Builder. A table is one of the useful components in Oracle Visual Builder […]
In this article, I am demonstrating how to work with a Pie Chart in Oracle Visual Builder. Typically, Pie charts are used to show the relationship between parts and whole […]
In this article, I am demonstrating how to export table data to a CSV file using JavaScript functions in Oracle Visual Builder. In Visual builder, we can export CSV files […]
This article demonstrates how to populate table data based on Array Data Provider (ADP) and update the table data using the form in Oracle Visual Builder. A table is one […]
In this article, we are demonstrating how to perform bulk operations on Business Objects using the Excel plug-in of Oracle Visual builder. Usually, we manipulate BO data by event and […]
In this article, we are demonstrating how to display tables dynamically using a third-party js library Axios in Oracle Visual builder. Axios is a third-party library that is a promised-based HTTP […]
This article demonstrates how to filter table data using the q parameters in Oracle Visual Builder. In visual builder, there are different data providers such as Service Data Provider (SDP), […]