Create placeholder names for SQL columns
When returning a large number of columns from an SQL call, you can create placeholder names for all the columns in just a few quick steps. Every column gets a name and the name is spelled ...
When returning a large number of columns from an SQL call, you can create placeholder names for all the columns in just a few quick steps. Every column gets a name and the name is spelled ...
A Global Variable is a Project-level Variable. It is capable of capturing and applying text and/or numeric values from one page across multiple pages of output. To add a Global Variable to a ...
Use conditional logic in eFORMz to set a variable based on the value of another variable. Setting up this example includes the following steps: Define the variables Create procedures Define a ...
You can pass global variables to the Queue Monitor, to other eFORMz projects, and to commands run from the Director. Start the eFORMz Composer and open your project. In the Project window, right ...
You might have a difficult time breaking up a city, state, and zip code into three variables if they are on a single line because city names have variable lengths. This post shows an effective ...