This page contains the following sections:
The rows, columns and edges tabs in the table definition window display the questions that will appear in your charts and tables. Items placed in the rows will appear on the vertical axis of your table, those in the columns will appear on the horizontal axis, and those on the edges will appear at the edges. For example, if you have a Gender question in the rows, and an Age question in the columns, the table or chart will display the responses to Age across the top, crossed by the responses to Gender along the side of the table.
From the rows, columns and edges tabs you have access to a wide range of controls to customise the format of your questions:
To place a question in the rows, columns or edges of your table, simply drag the question from the questionnaire list into the appropriate tab. You can freely drag and drop items between the rows, columns, and edges tabs, until the questions are positioned as required.
If you only want to include certain responses, double-click the question, select the desired responses and drag them into the rows tab; only these responses will be selected.
You can drag and drop an entire loop, or just the first question of the loop, by holding down CTRL as you drag. This saves time when you want to render a table at the interview level, as it avoids the need to change the table definition's level to the relevant loop, drag it, then re-switch the level. For more information, see the section on levels.
You can also drag individual responses (or groups of them, by selecting multiple ones) from the distribution window at the bottom of the question tree:
Normally, this creates a new question according to the response you dragged.
If you drop a selection of two or more responses onto the question they belong to, this will create a group containing the selected responses.
If you drop one or more responses onto a question or a response in the custom setting column, this will create a temporary sub-population with the selected response(s).
The following columns appear in the rows, columns and edges tabs:
Questions: Displays the question titles. Click the following icons to view and hide the responses for a question:
Value: Displays the values for each answer category for graded variables, or when numerical calculations have been authorised.
Sort: Indicates whether an answer category will be sorted or not. To change this option, right-click the response and select sort, then yes or no.
Custom setting: Displays the name of the sub-population, weighting or other settings specifically applied to the question or response. If the caption of the question/response is edited, "caption" is displayed in this column; any changes to formatting (e.g. bold, italic) are also shown.
General tab and select Use question base as the Universe, then, in Calculation options select the checkbox option Make the question total an "All selected responses". These actions can allow you to perform tasks quickly when working within the rows, columns and edges tabs:
The context (right-click) menu contains the following commands:
| Command | Description |
|---|---|
|
|
Remove the selected element, and place it on the clipboard (CTRL+X). |
|
|
Copy the selected element to the clipboard (CTRL+C). |
|
|
Paste an element from the clipboard (CTRL+V). |
|
Paste the structure and formatting (bold, colour, groupings, captions, etc.) of one question to another question (CTRL+SHIFT+V). |
|
|
Paste structure |
Paste the structure (that is, any grouped and calculated responses) from one question to another without over-riding the captions of the responses. |
| Paste captions | Paste captions from Microsoft Word or Excel, replacing the selected response captions. This allows you to apply a large number of text changes to variables or code captions very quickly. |
|
Paste factors |
Paste the factor values (from another question, a text file or an Excel file) to the selected question. |
|
Group |
Group and hide: Group two or more response items together. The items you grouped together are placed into the new group, and are de-selected, so they will not appear in the tables/charts (although you can manually select them again if you change your mind). This command is available only if you have selected at least two response items. Group and show details: Group two or more response items together. The items are placed into the new group, and remain selected, so they will still appear in the tables/charts (although you can manually de-select them if you change your mind). This command is available only if you have selected at least two response items. Group and leave: Group two or more response items together. The items are placed into the new group, but also remain as separate items in the response list. This command is useful where you intend to include a response in more than one group, as the response remains in the list to be grouped again. By default, the individual items outside of the group remain selected, so they will still appear as separate items in the tables/charts, while the items within the group are not selected, so these items will not appear in the tables/charts (although you can manually select/de-select responses as you wish). This command is available only if you have selected at least two response items. |
|
Split |
Split a grouping you have previously made into separate response items. |
|
Numeric |
Create a distribution or intervals. |
|
Remove |
Remove a question from the tab (so it will not appear in the table/chart). |
|
NR/NA |
Select or de-select the don't know (DK) and/or the not asked (NA) categories for all the selected questions. |
|
Sort |
Determines whether or not the responses will be sorted. Select |
|
Advanced sort... |
Allows you to define advanced sort options, such as the method of sorting that is used (by default, items are sorted with respect to the total). |
|
Reset response order |
Resets the answer categories to the order in which they were created. |
|
Add calculated response |
Add an additional category to the selected question, calculated on table execution. Example of a calculated response:
Example of mean number of citations:
Note: You can modify the number format specifically for this calculated answer. To do this, click
number formatting.... The settings you make here will over-ride the properties defined for the response to this question.Note: Calculated responses do not, by default, pick up any custom settings (e.g. sub-populations) of their constituent modalities. However, this result can be achieved by using AskiaScript within the calculation arithmetic calculation type. For example, the following script displays an average, taking into account the custom settings on the constituent modalities:
dim dTotal = 0 dim j For j = CurrentTable.StartY+1 to CurrentTable.StartY+4 dTotal = dTotal + CurrentTable.GetCell(CurrentCell.x,j).Value Next j return dTotal / 3 |
|
Add sum of all responses |
Add the sum of all the categories to the table/chart rows, columns or edges, as appropriate. To modify the default wording, total, see wording for sum of all answers. |
|
Modify |
Allows you to edit a previously defined calculated response. |
|
Locate |
Locate the question in the questions list (in other words, the question will be selected and displayed in the tree view in the left-hand pane). |
| Col-sig naming... | Allows you to specify a text string either of single letter codes or short text strings to identify the columns referred to in column significance test results. A sequence of single letter codes are written as one string, e.g. "ABCDE". A sequence of short multi-character strings is written with semicolons to delimit them, e.g. "Tot;A1;A2". One letter or string must be specified for each response option. |
| Col-sig testing... |
Note: This option is only available in the
columns tab.This option applies when you are using the When you select this option, you will be asked to enter the column testing strings that define which columns will be tested. You should separate columns with commas. For example, A:B, C:D. Note that in the advanced options for the |
| Find | Opens the find dialog to allow you to search for occurrences of a text within the questions or answers defined in the current rows,columns or edges (CTRL+F). |
|
Properties |
Allows you to define of the properties of the selected question or response. This includes sort and weighting options. You can also double-click a question title to open the properties page for that question. |
|
Save profile |
Save the current question/response definition to the indicated profile. |
|
Save profile as |
Save the current question/response definition as a new profile. |