ICT Ignore case when comparing text in VDT tables

<< Click to Display Table of Contents >>

Navigation:  Reference > Formats >

ICT Ignore case when comparing text in VDT tables

ICT is a numeric format. The standard setting is ICT0 (preserve case).

ICT is used for tables with a cvar as the rows. These tables list all the different texts found in the cvar. See Value distribution tables .

ICT0 tells CL to preserve and distinguish between rows that differ only in the case of the text.

ICT1 tells CL to merge rows that differ only in the case of the text and to show the first one encountered in the data.

ICT2 tells CL to merge rows that differ only in the case of the text and to show all the texts in upper case.

ICT3 tells CL to merge rows that differ only in the case of the text and to show all the texts in lower case.

See also formats:

ICC Ignore Case when Comparing text in tests