Skip to content

STAMPINT

Used in a JUSTAFTER to stamp an interest code to all names in a report. Can also be used to remove an interest code from name records.

Reporting Area(s)

Names, Codes

Required Parameters

  1. Interest code to assign (i.e. "SUPER", "FRENCH", "GEOG")

Optional Parameters

  1. Date (converted to date expression using the CTOD function) in quotations to stamp in Interest Code Date field (i.e. "ctod([01/01/2006])")

--OR--Date field in quotations which contains the date to stamp in the Interest Code Date field (i.e. "nudfd1")

--OR--"KILL" to remove Interest Code entered in parameter 1

Example(s)

JUSTAFTER('=STAMPINT("COMM")') stamps 'COMM' into the Interest Code field for all names in the report

JUSTAFTER('=STAMPINT("COMM","CTOD([12/01/2006])")') stamps COMM into the Interest Code field with the Interest Code date of 12/01/2006 into all names in the report.

JUSTAFTER('=STAMPINT("COMM","nudfd1")') stamps COMM into the Interest Code field with the value in the nudfd1 field as the Interest Code date into all names in the report.

JUSTAFTER('=STAMPINT("MANG","KILL")') removes 'MANG' from the Interest Code field for all names in the report

Notes

**The interest code you are adding must already be listed in the interest code database.**