With DocHub, you can quickly undo sample in SDW from anywhere. Enjoy features like drag and drop fields, editable text, images, and comments. You can collect eSignatures securely, add an extra layer of protection with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make changes to your SDW files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents folder of your account. Manage, share, print out, or turn your document into a reusable template. Considering the variety of powerful features, it’s easy to enjoy effortless document editing and managing with DocHub.
the basic idea behind this example is to query a table of films based on the value of the runtime column iamp;#39;ve already written a basic system that will allow me to do that and iamp;#39;ll pop a link in the video description so that you can download these same two files the basic idea is if i type in a number into cell b3 and click the get results button i end up with a list of all the films whose runtime is greater than or equal to the number iamp;#39;ve typed in if i go back to the menu sheet and type in a slightly bigger number and click get results again i get fewer films the problem is if i type in a number thatamp;#39;s too big for the range of data iamp;#39;m working with when i click get results i end up with a worksheet that only contains the column headers and thatamp;#39;s a little bit pointless so iamp;#39;d like to change my system so that it checks before creating the worksheet how many rows the record set contains just to show you the basic code that iamp;#3