1,126
edits
(Fixed link to arsdoc update) |
|||
| Line 16: | Line 16: | ||
BRANCH_NO IN (1234, 1235, 1236, 1237, 1238, 1239) | BRANCH_NO IN (1234, 1235, 1236, 1237, 1238, 1239) | ||
Further, if you have a type of report for which there are amendments or revisions (for example, governmental tax forms provided to customers of the bank) you may want to obscure the prior versions of the documents by marking them as inactive with the [[arsdoc|arsdoc update]] command, to change the contents of a field from 'VISIBLE' to 'HIDDEN', and creating a group with the following query restriction: | Further, if you have a type of report for which there are amendments or revisions (for example, governmental tax forms provided to customers of the bank) you may want to obscure the prior versions of the documents by marking them as inactive with the [[arsdoc update|arsdoc update]] command, to change the contents of a field from 'VISIBLE' to 'HIDDEN', and creating a group with the following query restriction: | ||
RPT_VISIBILITY = 'VISIBLE' | RPT_VISIBILITY = 'VISIBLE' | ||