Skip to main content

Tags

The following notations are used in the attribute values:

  • ACC_ADDR: An address expression that is either scalar or vectorial, or the ID of an <av> definition
  • AN_ADDR_QT: An address expression found in the <qt> a attribute
  • AN_ADDR_GXT: An address expression found in the <g> and <xt> a attribute
  • AN_ADDR_XTC: An address expression found in the <xtc> a and suprow attributes
  • ARITH_EXPR: An arithmetical expression found in the <a> def attribute
  • BK_ADDR_G: An address expression found in the <g> b attribute
  • BK_ADDR_X: An address expression found in the <xt> b attribute
  • BK_ADDR_XTC: An address expression found in the <xtc> b and supcol attributes
  • C-10: A character string of maximum 10 characters without any blanks
  • DIG_ADDR: An address expression found in the <dig> a attribute
  • F: A factor being an integer or a decimal number where . (point) denotes end of the integer fraction
  • FILENAME: A valid filename in the current file system
  • H: A valid horizontal column percentage
  • ID-5: A valid ID of maximum length 5 that starts with a letter and the rest of the characters may be A-Z 0-9
  • LOGIC_EXPR: A logical expression found in the <adoc> universe attribute, the <filter> and <l> def attribute
  • MARKET_ADDR: An address expression found in the <g> and <xt> market attribute
  • N: A positive integer of maximum 9 digits
  • N-4: A positive integer of maximum 4 digits
  • QV: A vector of fractile codes with one space between each
  • SAT_ADDR: An address expression found in the <sat> sa attribute
  • TEMPLATE: A text expression found in the <a>, <dig>, <filter>, and <l> tag t attributes
  • TEXT: A text string of any length
  • TEXT-70: A text string of maximum length 70 characters
  • V: A valid vertical unit expressed as a number of lines
  • Z: A non-negative integer of maximum 9 digits

All of these notations are written in capital letters. When attribute values are written in lower case, this means that this value is to be expressed exactly as this - as opposed to capital values which always are to be replaced by relevant content.

att... denotes that this attribute is optional. If the brackets are not present, the attribute is required.

Analysis Document

Its purpose is to start and set some main attributes for the ADOC XML document.

<adoc
language="C-2"
pagedir="landscape"
portraite="portrait"
pop="N"
styleset="C-10"
title="TEXT"
universe="LOGIC_EXPR"
wset="C-10"
> ... </adoc>

This markdown showcases the <adoc> definition and its attributes within an XML structure.

Attributes

  • language: A 2 character code defining the language for which system text elements should be used.
  • pagedir: Page direction to be used for print.
  • pop: Override the population size in this analysis.
  • styleset: Defines the name of a style set that has a series of class definitions. Class definitions are referred to from the various text locations that the presentations consist of.
  • title: Override the project title to be used in this analysis.
  • universe: A logical expression to define a subset of the population as the current population.
  • wset: The weighting set to be used in this analysis.

Default values

<adoc wset='*'>

Definitions to be used in this analysis

Various definitions may be done within an analysis:

  • System-generated text elements may be set.
  • A series of logical expressions may be defined.
  • A series of arithmetical expressions may be defined.
  • Address areas may be given text.

This tag has no attributes.

Start a graphic presentation or define attributes

Its purpose is to start a graphic presentation by <g> or to define attributes to be inherited by subsequent <g>s. If only attributes are to be defined, the tag name must be <ggroup>.

<g
a="AN_ADDR_G"
acc="ACC-ADDR"
accdoc="yes no"
acctext="TEXT"
accval="yes no N"
align="center justify left right"
autocode="ascending descending no"
b="BK-ADDR_G"
baracc="yes no N"
barwidth="H"
bdescfs="N"
bfactor="N"
bheight="V"
blockbreak="yes no *"
cdtext="TEXT"
celldoc="yes no"
color="yes 12 no"
columns="N*"
concat="yes no"
deciacc="Z"
deciavg="Z"
decidev="Z"
decipct="Z"
decipop="Z"
diameter="H"
driver="FILENAME"
driverexpand="no expand both"
driverkey="code time"
drivertextins="all first no"
filterdoc="yes no *"
filtershow="int none pop share ..."
frame="box rule none ..."
fwidth="H*"
gblockfs="N"
gblocks="yes no *"
grid="across both first last none"
halign="left center right"
hwidth="H*"
hyphenc="yes no"
hyphenf="yes no"
hyphenr="yes no"
hyphent="yes no"
indiff="TEXT"
joinbars="yes no"
legend="top bottom no"
lines="yes N -1 no"
lowbar="Z"
lvalues="yes no"
lwidth="H H ... *"
market="MARKET-ADDR no yes"
mindepth="V"
missing="TEXT"
multibar="yes no"
newgraph="yes no *"
palette="N N ... FN"
palreset="yes no"
pctsign="filt hori hsum vert vsum ..."
plegend="bottom no top ..."
pltext="etl etr main ..."
ponly="yes no *"
prtext="etl etr main ..."
qconcat="no row subq"
qno="yes no"
qshort="yes no *"
qstep="n"
quantity="yes no *"
rolldir="asc desc none"
rollend="N"
rollexclude="Z"
rollitem="-N +N"
rollnum="yes no"
rolltext="TEXT"
rollvalue="avg hori index pop sum ..."
sat="yes no"
scale="Z Z ..."
shade="Z"
show="avg int market pctfilt pchori pctvert pop ..."
split="yes no N"
sshort="yes no *"
stack="yes no *"
stackadj="yes no"
start="column page V"
textcheck="yes no"
tf="TEXT"
th="TEXT"
title="TEXT"
tmarket="TEXT"
tq="TEXT"
tr="TEXT"
ts="TEXT"
tv="TEXT"
type="hbar pie profile vbar"
values="yes no"
weights="yes no"
width="H"
wset="C-10"
zerocell="C-1"
>
</g>

Attributes

AttributeDescription
aDefines the main graph address to be analysed and presented
accDefines an address or address vector to be applied as a graph accumulator
accdocShould the accumulator of the graph be documented?
acctextText that describes the graph accumulator
accvalShould accumulated figures be included? This attribute is only relevant when the baracc attribute is also specified.
yesYes, at all bars
noNo, none
NYes, at every N'th bar
alignAlignment of the text connected to the bars and blocks of bars
autocodeAscending or Descending will make an address vector of all occurrences of a F data type in the a attribute and the values will appear ascending or descending in the graph. The H address component may be present in the a attribute to limit the value vector.
bDefines an address that adds new dimension(s) to the graph. This address is combined with the address of the a attribute, and the appearance of the graph is determined by the organizing rule found in the a attribute address.
baraccShould bars showing accumulated figures appear?
yesYes, at all bars
noNo, none
NYes, at every N'th bar
barwidthThe width of the scale part of the graph presentation
bdescfsThe font size of the graph heading
bfactorAn integer number as a percentage of the current line spacing value to control the height of each bar
bheightA vertical amount (number of lines) that the scale of the vertical bar presentation should take
blockbreakShould a new graph be started at each bar block break point?
cdtextUser-defined text that should appear in the CD cell for this table. If not present this cell will contain standard generated text.
celldocShould documentation of bars and figures appear at the left bottom corner of the graph box?
colorShould colors be used and if so in which manner:
yesYes, use the color(s) from the palette
1Yes, use the colors from the palette and each bar at the lowest level should have a new color
2Yes, use the colors from the palette and each block of bars at the second lowest level should have a new color
noNo, use black
columnsContains the number of columns on the page that this table should take part within:
NA change to N columns Even though N is the same as the previous presentation, a balancing of previous presentations should take place. N might be 1-4 when pagedir is portrait N might be 1-6 when pagedir is landscape
*Continue within the same number of columns as the previous presentation
concatConcatenation of the text connected to the bars and blocks of bars
deciaccThe number of decimals to be used for accumulated sum values
deciavgThe number of decimals to be used for average values
decidevThe number of decimals to be used for quantitative deviation measures
decipctThe number of decimals to be used for percentage values
decipopThe number of decimals to be used for population values
diameterThe size of the diameter of the pie graph presentation
driverReference to an ADR file. This file will contain a series of H address component values and the text that describes them. The address of the a attribute must be of type F or A, and the H address component must not be present.
driverexpandThis attribute applies when the DRIVER attribute is specified and makes intervals of codes/time values in the ADR file being expanded to the single values it covers be the low elements in the presentation.
driverkeyApplies when the driver attribute is specified and the data type is A. It gives the option to choose between the code and the time connected to the code.
drivertextinsApplies when the driver attribute is specified. Should the value of the H component be inserted in front of the text corresponding to it?
filterdocShould the filter box be printed? * means: Yes if the <filter> element is present, No if <filter> is not present
filtershowWhich figures should be present within the filter box: int Number of cases pop Population size share Population size as a percentage none No figures to be displayed
frameThe framing of the presentation: box A box around rule One line at the top and one line at the bottom none No framing
fwidthThe width of the filter box. If * then the system will determine.
gblockfsThe font size of the graph block text
gblocksShould graph blocks be used when the number of dimensions allows for it?
gridThe appearance and placement of scale for bar charts: across Rulers across all of the chart (applies to vbar) both Rulers across all of the chart (applies to hbar) first Rulers at the top of the chart (applies to hbar) Rulers at the left of the chart (applies to vbar) last Rulers at the bottom of the chart (applies to hbar) Rulers at the right of the chart (applies to vbar) none No scale appears
halignThe horizontal justification when the presentation width (see width attribute) is less than the column width.
hwidthA horizontal width value telling the width of the heading box. hyphen+ + may be C F R T and determines hyphenation is to be performed: hyphenf within the filter box hyphent within the table heading box
hyphencwithin the low level column texts
hyphenrwithin the bar and bar block texts
indiffText to be connected to the neutral element of the profile presentation
joinbarsShould the left and right bars of the profile presentation be connected by rulers?
legendThe placement of the presentation legend: top Above the graph body bottom At the bottom of the graph no No legend
linesThe hbar presentation has the feature of showing lines instead of bars: yes All bars are replaced by lines N The N last bars are replaced by lines -1 All the bars except for the first one are replaced by lines no No lines
lowbarThe minimum number of cases that a bar should have in order to appear.
lvaluesShould the lines of the hbar presentation be supplied with the values they represent?
lwidthThe thickness of the lines, each line may have its own value
marketDefines an address to be applied as a table market definition: yes The market is defined as the scalar equivalent to the A address Market address The market may be defined independent of the A address
mindepthThe minimum vertical space that each bar should take
missingIn the case of a quantitative graph there may be a situation where there is no case for calculating average and sum. The missing text given here will appear to notify this situation.
newgraphWhen two or more graph presentations have the same presentation structure then the print of these graphs may be compressed into one presentation. The automatic cell documentation only reflects the first graph.
paletteControl of the colors to be used in one of two ways: 1. Palette name. There is a menu of names that may be referred to. 2. Color numbers. A series of color numbers may be defined.
palresetThis attribute only applies when color='2' is specified and determines whether a new graph should start at the top of the palette.
pctsignWhich percentage figures should have the % suffix?
plegendThe placement of the profile presentation legend: top Above the graph body bottom At the bottom of the graph no No legend
pltextWhich question box text element should be used for the left side profile. The options are: etl The extra left text etr The extra right text main The main row text of the question box ponly The profile presentation may have text elements connected to either both the left and right side or only to the left-hand side.
prtextWhich question box text element should be used for the right side profile. The options are the same as for pltext.
qconcatIf the analysis address spans more than one question box: row Do the analysis as if there is only one question box, all the rows make only one row section. This requires that all the question boxes have exactly the same sub-question structure. subq Do the analysis as if there is only one question box, all the sub-questions found are concatenated. This requires that all the question boxes have exactly the same row structure.
qnoShould the question box number(name) appear as a suffix to the question text?
qshortIf short question box text is present should it be used? The default is that this text if present will be used if the Q component takes the low organization level.
qstepMakes it possible to give an address area where only each n'th question box is included in the analysis
quantityShould the categorical address be transformed into a quantitative one?
rolldirThe direction that rolling within one series should take, if any.
rollendThe top N bars of each graph block will be shown.
rollexcludeShould a number bottom bars be excluded from the rolling process?
rollitemWhich element or pair of elements determine the rolling process?
rollnumShould the bar text be preceded by the rolling number?
rolltextThe standard rolling documentation text may be overridden.
rollvalueWhich show attribute should be used for the rolling? Avg Average Hori Horizontal percentages Pop Population sizes Sum Accumulated sum * Population for categorical graphs, average for quantitative graphs
satAre <sat> definitions to be applied for this graph?
scaleDefine the scale by entering an ascending or descending sequence of numbers
shadeA shading percentage to be used in the bars
showThe sequence of show attributes in the bar blocks. The Formulae appendix defines the calculation of the show attribute content.
splitSplitting a presentation to the next column or page: yes Yes. If bar blocks are present split is only made at block break. If bar blocks are not present split may be made at any single bar. no No. The complete presentation should be kept within one column. N Yes. Split will be performed for each N'th bar.
sshortIf short sub-question text is present should it be used? The default is that this text if present will be used if the S component takes the low organization level.
stackShould stacking be made? This attribute has only significance when multibar='yes' is specified.
stackadjWhen adding up stack elements this may either be done by adding the rounded values as shown (stackadj='no') or by adding the exact values (stackadj='yes'). multibar='yes' is specified.
startThe placement of the new graph presentation may be: column At top of the next column page At top of the next page V After spacing a vertical amount of V space within the current column
textcheckWhen a scalar Q component of an address is composed of several question boxes or when a scalar S component through several question boxes are detected there is an option on checking whether the text elements should all be equal to allow the analysis to be done.
tfText to replace a scalar frequency (# component address) text
thText to replace a scalar H component address text (data type RN/RM)
titleUsing this attribute will have these affects: The text will appear at the top of the table heading box The text will appear as an index label to the Live Table application If NEWTABLE=NO then this text will appear at bar block text to this graph section
tmarketReplace the market text
tqText to replace a scalar question component address text
trText to replace a scalar R component address text
tsText to replace a scalar S component address text
tvText to replace a scalar H component address text when the data type is F or H
typeThe chart type to be produced: hbar Horizontal bar chart pie Pie chart profile Profile bar chart vbar Vertical bar chart
valuesShould values be displayed within the graph?
weightsShould weights be applied for this graph?
widthIf the presentation should be smaller than the column width this attribute may be used
wsetA weighting set id to be applied in this graph.
zerocellA character string to be shown in elements with no cases.

Default values

AttributeDefault Value
acc' '
accdoc'*'
acctext'*'
accvalno
align'left'
autocode'no'
b'all'
baracc'no'
barwidth'*'
bdescfs'*'
bfactor'100'
bheight'*'
blockbreak'*'
cdtext' '
celldoc'*'
color'no'
columns'*'
concat'yes'
deciacc'*'
deciavg'*'
decipct'1'
decipop'0'
diameter'*'
driver' '
driverexpand'no'
driverkey'code'
drivertextins'no'
filterdoc'*'
filtershow'share'
frame'box'
fwidth'*'
gblockfs'*'
grid'first'
halign'center'
hyphenc'yes'
hyphenh'yes'
hyphenq'yes'
hyphenr'yes'
hwidth'*'
indiff' '
joinbars'yes'
legend'bottom'
lines'no'
lowbar'0'
lvalues'no'
lwidth'*'
market'no'
mindepth'*'
missing'-'
multibar'*'
newgraph'yes'
palette'*'
palreset'yes'
pctsign' '
plegend'top'
pltext' '
ponly'yes'
prtext' '
qconcat'no'
qno'yes'
qshort'*'
qstep'1'
quantity'*'
rolldir'none'
rollend'*'
rollexclude'0'
rollitem'1'
rollnum'no'
rolltext'*'
rollvalue'pop'
sat'yes'
scale'*'
shade'100'
show'pctvert'
split'no'
sshort'*'
stack'*'
stackadj'no'
start'column'
textcheck'yes'
tf'¬'
th'¬'
title' '
tmarket'*'
tq'¬'
tr'¬'
ts'¬'
tv'¬'
type'hbar'
values'no'
weights'yes'
width'*'
wset'*'
zerocell'-'

Scalar text definition

Defines a text to be assigned to a specific scalar address component expression. Whenever the address component specified is detected within an analysis, the text given here will replace the normal text generated from the questionnaire. This is typically useful when an address component is composed of several elements.

Attributes

<sat sa="SAT_ADDR">
...
</sat>
  • sa: A scalar address component that is to be assigned a text:
    • \Q: Replace the Q generated text
    • \Q.S: Replace the Q.S generated text
    • \Q.R: Replace the Q.R generated text
    • \Q(H): Replace the Q H generated text
    • \Q.S(H): Replace the Q.S H generated text
    • \Q#F: Replace the Q#F generated text
    • \Q.S#F: Replace the Q.S#F generated text

Note: The Q component may be vectorial with the effect that all the Q elements entered will be set are.

No default values

Start scalar text definition

This tag introduces a group of <sat> tags

There are no attributes

Override standard system generated text elements

The language attribute of the <adoc> tag initiates a set of standard system text elements connected to that language. This tag makes it possible to replace any of these text elements with another text content. Only one attribute may be specified for each <stdtext> tag, i.e., several <stdtext> tags must be entered if several attributes are to be set:

    <stdtext id=acc>CTEXT_CONTENT</stdtext>
<stdtext id=accsum>CTEXT_CONTENT</stdtext>

The English version of system texts is shown here.

<stdtext 
acc="Accumulator"
accsum="Accumulator sum"
all="All"
ans="Answered"
avg="Average"
caactcol="Active columns"
caactrow="Active rows"
cainert="Inertia"
caqual="Quality"
cdavg="Average"
cdcall="All column"
cdchi2="Chi2 statistic"
cdcont="Cell content:"
cdfhigh="Upper quartile"
cdfiltp="Filter%"
cdflow="Lower quartile"
cdfmax="Maximum"
cdfmed="Median"
cdfmin="Minimum"
cdgamma="Gamma statistic"
cdhorip="Row%"
cdindex="Index"
cdmode="Mode(high)"
cdmodl="Mode(low)"
cont. cdscale="Scale interval:"
cdstd="Standard deviation"
cdste="Standard error"
cdsum="Accumulated"
cdvertp="Column%"
chi2="Chi2 level:"
digaddr="Questionnaire address"
digcorr="Pearson correlation"
digtabs="2x2 cross tables analysed"
filter="Filter:"
fshare="Share of total"
hashtext="No of answers"
hourmin="hm"
int="No of interviews"
lowrow="Min row cases:"
market="Market"
msum="Sum answers"
noans="No answer"
notques="Question not posed"
pbase="% base"
pop="Population"
posed="Question posed"
present="Question present"
qno="Question"
quanall="Base: All"
quanans="Base: Answered"
quanques="Base: Posed"
ranktext="The rows are ranked"
singans="*** Answer ***:"
sum="**Sum"
syncacc="Synchronous accumulator"
cont. ttest="T test level:"
ttestlet="Column symbols"
ttestpair="x?yz: test col x vs y and z"
union="*Sum"
wchi2="Chi2 level(W):"
wsamp="Sample base"
></stdtext>

Attributes

id: Must be set equal to the keyword associated with the standard text.

Each keyword represents a system text that will appear within the various presentations. All keywords starting with 'cd' will appear within the CD cell. All keywords starting with 'ca' are related to correspondence analysis. All keywords starting with 'dig' are related to superDig analysis.

No default attribute

Start a cross table or define attributes

Its purpose is to start a cross table by <xt> or to define attributes to be inherited by subsequent <xt>'s.

If only attributes are to be defined, the tag name must be <xtgroup>.

<xt
a = AN_ADDR_XT
acc = ACC-ADDR
accdoc =
yes
no
accrow =
yes
no
*
acctext = TEXT
autocode =
ascending
descending
no
avgrow =
yes
no
*
b = BK-ADDR_XT
bar =
n n ... n
yes
no
barmax = F
barsize =
N*
H
baserows =
int
market
none
pop
sum
*
blockbreak =
yes
no
*
boldrows =
:n
n1 n2 ...
none
blocksplit =
yes
no
*
cdtext = TEXT
celldoc =
yes
no
chi2 =
yes
F
deciacc = n
deciavg = Z
decichi2 = Z
decidev = Z
decipct = Z
decipop = Z
driver = FILENAME
driverexpand =
no
expand
both
driverkey =
code
time
drivertextins =
all
first
no
excludepair = xy xy xy ...
f = LOGIC_EXPR
filterdoc =
yes
no
*
filtershow =
int
none
pop
share
...
filtertext = TEMPLATE
fwidth = H*
hwidth =
H*
hyphenc =
yes
no
hyphenf =
yes
no
hyphenr =
yes
no
hyphent =
yes
no
includepair = xy xy xy ...
introw =
yes
no
*
lowcol = Z
lowrow = Z
market =
MARKET-ADDR
no
yes
marketrow =
yes
no
*
maxcell =
H*
mindepth = V
newtable =
yes
no
*
pctsign =
filt
hori
hsum
vert
vsum
...
poprow =
yes
no
*
qconcat =
no
row
subq
qno =
yes
no
*
qshort =
yes
no
*
qstep = n
quantity =
yes
no
*
rolldir =
asc
desc
rollend = N
rollexclude = Z
rolling =
yes
no
rollitem = N
rollnum =
yes
no
rolltext = TEXT
rollvalue =
avg
hori
index
pop
sum
*
rotate =
yes
no
rowblocks =
yes
no
rowsplit =
yes
no
*
rwidth =
H*
sat =
yes
no
showc
showcall =
chi2d
chi2s
gamma
index
int
market
pctfilt
pchori
pctvert
pop
rank
...
showbreak =
h
no
showq
showqall =
avg
fNNN
index
int
market
mh
ml
pctfilt
pcthori
pcthsum
pctvert
pctvsum
pop
rank
std
ste
sum
...
sshort =
yes
no
*
start =
column
page
V
summary =
yes
no
textcheck =
yes
no
tf = TEXT
th = TEXT
title = TEXT
tmarket = TEXT
tq = TEXT
tr = TEXT
trow1 =
yes
no
trow2 =
yes
no
ts = TEXT
ttest =
yes
no
F
ttestc =
yes
no
ttestdir =
both
high
low
ttestq =
yes
no
tv = TEXT
twidth =
H* wchi2 =
yes
no
weights =
yes
no
wset = C-10
zerocell = C-1
zerorow =
yes
no
> ...</xt>

Attributes

AttributeDescription
aDefines the row margin of the cross table
accDefines an address or address vector to be applied as a table accumulator
accdocShould the accumulator of the table be documented?
accrowShould the table accumulator row appear?
acctextText that describes the table accumulator
autocodeAscending or Descending will make an address vector of all occurrences of an F data type in the a attribute and the values will appear ascending or descending in the table. The H address component may be present in the a attribute to limit the value vector.
avgrowShould the table accumulator average row appear?
bDefines the column margin of the cross table
barSpecify yes or a list of column numbers if bars should be drawn in each table cell
barmaxDefines the value associated with the total width of the cell
barsizeDefines either by N* a factor (N) telling the relation in width between bar columns and non-bar columns, or the H a width value for bar columns
baserowsDetermines whether bases affecting the show attributes should be printed or not.
intNumber of cases base row market Market size base row none No base rows wanted Population base row Leave it to the system to decide
blockbreakShould a new table be started at each row block break point?
boldrowsRequest bold font for certain rows of the table
blocksplitIs column/page shift to be performed at each new row block?
cdtextUser-defined text that should appear in the CD cell for this table.
celldocShould the table cell documentation cell have any content in addition to the content of the attribute cdtext?
'*'Print the documentation if either: Cells show more than one figure or Cells in the ALL columns show figures different from other cells The Chi square test is active
chi2The Chi2 test level for this table. The value is restricted to values ranging between 0 and 50. The value 0 means that no Chi2 test is performed.
deciaccThe number of decimals to be used for accumulated sum values
deciavgThe number of decimals to be used for average and fractile values
decichi2The number of decimals to be used for Chi2 statistics
decidevThe number of decimals to be used for quantitative deviation measures
decipctThe number of decimals to be used for percentage values
decipopThe number of decimals to be used for population values
driverReference to an ADR file. This file will contain a series of H address component values and the text that describes them.
driverexpandThis attribute applies when the DRIVER attribute is specified and makes intervals of codes/time values in the ADR file being expanded to the single values it covers be the low elements in the presentation.
driverkeyApplies when the driver attribute is specified and the data type is A. It gives the option to choose between the code and the time connected to the code.
drivertextinsApplies when the driver attribute is specified. Should the value of the H component be inserted in front of the text corresponding to it?
excludepairSpecify a series of two-letter combinations representing the pairs of columns that normally would be tested by the T test but will now be excluded from the test.
fThe logical expression that requests the filter population
filterdocShould the filter box be printed?
'*'Yes if the f attribute is present, No if the f attribute is not present
filtershowWhich figures should be present within the filter box: Number of cases, Population size, Population size as percentage, No figures to be displayed
filtertextA template text expression to generate the text associated with the logical expression. When the def attribute is a basic logical expression, the standard template content will be * which means that the generated text will be the text describing the right-hand side of the logical expression
fwidthThe width of the filter box. If '*' then the system will determine.
hwidthA horizontal width value telling the width of the heading box.
hyphen+Determines hyphenation is to be performed: + may be C F R T and determines hyphenation is to be performed within the filter box (hyphenf), within the table heading box (hyphent), within the low-level column texts (hyphenc), within the row and row block texts (hyphenr)
includepairSpecify a series of two-letter combinations representing the pairs of columns that normally would not be tested by the T test but will now be included in the test.
introwShould the number of cases row at the table level be printed?
lowcolThe minimum number of cases that a column should have to show any values in that column.
lowrowThe minimum number of cases that a row should have to appear.
marketDefines an address to be applied as a table market definition
yesThe market is defined as the scalar equivalent to the A address. Market address: The market may be defined independent of the A address.
marketrowShould the table top market row be displayed?
maxcellThe maximum width that each column of the table will span.
mindepthThe vertical space that the column text area will span.
newtableWhen two or more cross tables have the same break definition, then the print of these tables may be compressed so that only the main table row sections are displayed from table two on. The automatic CD documentation only reflects the first table.
pctsignWhich percentage figures should have the % suffix?
poprowShould the table top population row be displayed?
qconcatIf the analysis address spans more than one question box: Do the analysis as if there is only one question box, all the rows make only one row section. This requires that all the question boxes have exactly the same sub-question structure. or Do the analysis as if there is only one question box, all the sub-questions found are concatenated. This requires that all the question boxes have exactly the same row structure.
qnoShould the question box number(name) appear as a suffix to the question text?
qshortIf short question box text is present, should it be used?
qstepMakes it possible to give an address area where only each n'th question box is included in the analysis
quantityShould the categorical address be transformed into a quantitative one?
rolldirThe direction of the rolling to be performed
rollexcludeShould a number bottom bars be excluded from the rolling process?
rollendThe top N rows of each table block will be shown.
rollingShould rolling be performed?
rollitemWhich column or pair of columns determine the rolling process?
rollnumShould the row text be preceded by the rolling number?
rolltextThe standard documentation of rolling may be overridden.
rollvalueWhich cell show attribute should be used for the rolling? Avg: Average, Hori: Horizontal percentages, Index: Indexes, Pop: Population sizes, Sum: Accumulated sum, *: Population for categorical tables, average for quantitative tables
rotateShould column texts be rotated 90 degrees?
rowblocksDoes this table consist of row blocks?
rowsplitMay column/page shift take place within blocks?
rwidthA horizontal width of the row text column of the table.
satAre <sat> definitions to be applied for this table?
showcThe sequence of show attributes in categorical row blocks.
showcallThe sequence of show attributes in ALL columns of categorical row blocks.
showbreakShould the cases and population table top row show horizontal percentages?
showqThe sequence of show attributes in quantitative row blocks.
showqcallThe sequence of show attributes in ALL columns of quantitative row blocks.
sshortIf short sub-question text is present, should it be used?
startThe placement of the new table may be: At the top of the next column, At the top of the next page, After spacing a vertical amount of V space within the current column
summaryThis option requests that only the calculated scaling rows are printed when the scaling feature is defined as part of the address.
textcheckWhen a scalar Q component of an address is composed of several question boxes or when a scalar S component spans several question boxes, there is an option to check whether the text elements should all be equal to allow the analysis to be done.
tfText to replace a scalar frequency (# component address) text
thText to replace a scalar H component address text (data type RN/RM)
titleThe text will appear at the top of the table heading box. The text will appear as an index label to the Live Table application. If NEWTABLE=NO, then this text will appear at row block text to this table section
tmarketReplace the market text
tqText to replace a scalar question component address text
trText to replace a scalar R component address text
trow1The T test row showing the id's of each column may be displayed or not
trow2The T test row showing which pairs of columns are being tested may be displayed or not
tsText to replace a scalar S component address text
ttestThe T-test level for this table. The value is restricted to values ranging between 0 and 50. The value 0 means that no T-test is performed.
ttestcShould the T-test be performed in categorical blocks?
ttestdirShould the T-test be performed only versus lower values, only higher values, or both?
ttestqShould the T-test be performed in quantitative blocks?
tvText to replace a scalar H component address text when the data type is F or H
twidthA horizontal width of the table.
wchi2Should the weighted Chi square test be performed?
weightsShould weights be applied for this table?
zerocellA character string to be shown in cells with no cases.
zerorowRows that have no cases may be left out

Default values

AttributeValue
acc' '
accdoc'*'
accrow'*'
acctext'*'
autocode'no'
avgrow'yes'
bar'no'
barmax'100'
barsize'3*'
baserows'*'
blockbreak'*'
boldrows'none'
blocksplit'*'
cdtext' '
celldoc'*'
chi2'0'
deciacc'*'
deciavg'*'
decichi'2'
decidev'*'
decipct'1'
decipop'0'
driver' '
driverexpand'no'
driverkey'code'
drivertextins'no'
excludepair' '
f' '
filterdoc'*'
filtershow'share'
filtertext'****'
fwidth'*'
hyphenc'yes'
hyphenh'yes'
hyphenq'yes'
hyphenr'yes'
hwidth'*'
includepair' '
introw'yes'
lowcol'0'
lowrow'0'
market'no'
marketrow'*'
maxcell'*'
mindepth'*'
newtable'yes'
pctsign' '
poprow'*'
qconcat'no'
qno'yes'
qshort'*'
qstep'1'
quantity'*'
rolldir'desc'
rollexclude'0'
rollend'*'
rolling'no'
rollitem'1'
rollnum'no'
rolltext'*'
rollvalue'pop'
rotate'no'
rowblocks'yes'
rowsplit'*'
rwidth'*'
sat'yes'
showc'pctvert'
showcall'pctvert'
showbrk'no'
showq'avg'
showqall'avg'
sshort'*'
start'column'
summary'no'
textcheck'yes'
tf'¬'
th'¬'
title' '
tmarket'*'
tq'¬'
tr'¬'
trow1'yes'
trow2'yes'
ttest'0'
ttestc'yes'
ts'¬'
ttestdir'b'
ttestq'yes'
tv'¬'
twidth'*'
wchi2'yes'
weights'yes'
wset'*'
zerocell'-'
zerorow'yes'