Have you ever struggled with modifying your ODM document while on the go? Well, DocHub has a great solution for that! Access this cloud editor from any internet-connected device. It enables users to Omit table in ODM files rapidly and anytime needed.
DocHub will surprise you with what it offers. It has robust capabilities to make whatever updates you want to your forms. And its interface is so easy-to-use that the entire process from start to finish will take you only a few clicks.
After you finish modifying and sharing, you can save your updated ODM file on your device or to the cloud as it is or with an Audit Trail that contains all alterations applied. Also, you can save your paperwork in its initial version or transform it into a multi-use template - accomplish any document management task from anyplace with DocHub. Sign up today!
hi guys and welcome to another or DM technical video in this video were gonna build upon something we talked about earlier and were gonna talk about decision tables so previously we had a simple rule where if a customer orders five or more red widgets we will give them a 10% discount and the way that looked as a rule looked very much like this we had a single rule where we looked at the sale and if we said there was at least 20 widgets or five widgets or whatever the number was and the color of the widget was red wed give them a discount of 10% well now imagine that we are selling lots and lots of different kinds of widgets red widgets blue widgets green widgets and we want each different thresholds and different discounts so we could add more and more rules we could keep adding more and more rules here and we would end up with an array of rules and when an order arise we would execute all of the rules and the ones that execute the evaluated to true would set the discount now that w