72. Nearest/Next Business Day | How to automatically move a date that falls on a Saturday/Sunday to either the nearest or next business day. | |
71. Clear a Repeated Dialog | How to completely clear a repeated dialog (all variables, all levels). | |
70. Avoid ***Computation*** | How to keep computations from returning ***Computation*** by providing a fall-back answer. | |
69. Alternatives to IF ANSWERED | Other ways to test whether a variable has an answer. | |
| Strips all punctuation from a string or text variable, returning only letters, numbers and spaces. | |
| A flexible signing (acknowledgment) date computation that either accepts and formats a date provided by the user, or creates a "fill-in-the-blank" type date where any piece of information can be supplied and the others left as "fill-in-the-blank" areas. | |
| Computes an individual's monthly salary/wages based on their paycheck and the pay period.
| |
65. Parsing "Select All That Apply" Answer Selections | How to parse the selected answers of a "Select All That Apply" multiple choice variable.
| |
64. Which "Select All That Apply" Answers Were Selected? | How to determine which of the "Select All That Apply" multiple choice answers were selected (when "Select All That Apply" is activated. | |
| Determine how many of a multiple choice's options were selected (when "Select all that apply" is activated). | |
| Format a percentage as "all (100%)", "half (50%)", "five percent (5%)", etc. | |
61. Format a Date "900603" (yymmdd) | How to format a date without spaces or separators. | |