Creating Faceted Search reports in Oracle APEX (19.2) from datasets in Oracle Cloud Object Storage
In this post we will cover the creation of Faceted Search reports in Oracle APEX (19.2) from datasets stored in buckets in the Oracle Cloud
In this post we will cover the creation of Faceted Search reports in Oracle APEX (19.2) from datasets stored in buckets in the Oracle Cloud
In this post I would like to present a native Oracle APEX package which, in my view, is not very much addressed and I find it quite useful!
Lately we can see how much has been spoken of Business Intelligence, the famous BI, and the tools that encompass this world. One of them, well known by signal, is Microsoft's Power BI. Thinking about this and how Oracle APEX has been prominent in the development of web and mobile applications, how could we combine the best of the two? I mean, how could we use Power BI to graphically display data generated in Oracle APEX and bring value to a company's business through its data
Continuing our series of dynamic action posts, we'll look at how to use the Notifications (Alert&Confirm) in Oracle Application Express (APEX). As a practical example, we'll generate alerts when some mouse events are performed on a button. Notifications We have two types of notification actions in Oracle APEX: Alert and Confirm. Alert: Displays an alert message, with a single Ok button. Use to display information that must be responded to, by pressing the button, but continue
Continuing the previous post, we will now be talking about the Dynamic Action - Set Style This Dynamic Action lets you define a style property (CSS) for the affected elements. Its use is very simple and very useful in some cases. Let's take a practical example. Case Study Suppose there is a sellers table with the percentage commission that is allowed for a particular sale. In this case, we want to validate whether or not a commission is in the amount allowed for the seller. L
There are several reasons to love Oracle Application Express (APEX) and in this post we will see one of these reasons: Dynamic Actions - Set Value But... what are dynamic actions? Dynamic actions in APEX allow developers to declaratively define client-side behavior even without knowing JavaScript. With dynamic actions you can set a value for an item, hide or display a region based on developer-defined conditions or events, all very simply. Set Value In this post - which will
Want to display icons instead of data in interactive reports? In this post we will see how easy, practical and beautiful to accomplish this task in Oracle Application Express (APEX). Let's go! Description As an example, we will use an environment where we will have two tables: Tasks and Task Status. Each task must have a status, and it will be in the status column that we will display, instead of the status name, icons. Our testing environment is represented by the diagram be