Introduction
This article describes how to show data from two different types of tables: SUMMARY tables and crosstabs, like these:
In bar charts like these:
Requirements
A table with one or more columns
Method
Built-in Charts
Q comes with a series of built-in charts that work by converting an existing Q table into a chart. These built-in charting options include bar and column charts, line charts, stacked charts, scatterplots, and much more!
These charts can be accessed by first selecting a table in Q and then, from the menus, selecting View > Show data as, and then selecting a chart type. This converts the table selected into a chosen chart type.
Before creating a bar chart using the built-in chart menu, we need to have a ready-to-convert table set up. For this example, we’ll use a simple table which shows preferred cola cross-tabulated by age group.
With the table selected in the Report Tree, go to View > Show Data as > Bar Chart to change the table into a bar chart. Note that since the table is a cross-tab, Q will automatically generate a clustered bar chart. This will have the columns (ages) clustered together and the column labels displayed in the legend.
You can modify many of the common bar chart properties using the Object Inspector in the right pane. You can also modify the default chart color scheme using the Edit > Project Options > Customize > Chart (tab). If you wish to make changes to the underlying data in one of the built-in chart objects, you have to first turn the chart back into a table (View > Show Data as > Table), make the desired changes and then convert back to a chart. In general, these built-in charts have fewer available properties that can be modified compared to the charts created via the visualizations menu.
Visualization menu
The Visualization menu contains a wide range of charting options. The primary difference between the visualization menu charts and the built-in charts menu is that the built-in charts can only be created from an existing table whereas the charts created using the visualization menu can be generated from a table, specific variables or questions or pasted data. The visualization charts also have more options for modifying the chart properties. The visualization charts work a bit differently than the built-in charts.
To create a bar chart using the visualization menu:
- Select Automate > Browse Online Library > Visualization > Bar > Bar. You can also access this menu from Create > Charts > Visualization > Bar > Bar. Q will create a chart object in the Report Tree and name it “chart” by default. Next, we need to provide the inputs for the bar chart in the Object Inspector in the right-hand pane.
As noted above, there are multiple options for providing the input data to the chart:
- Output – select a table from the Outputs tab.
- Variables – select the individual variables to create the chart from.
- Paste or type data – paste the data into spreadsheet input tool.
Here we will use the Output option and from the Output drop-down box, we select the table that we created above. Next, we click the Calculate button. The following chart is then created based on the input parameters provided:
NEXT
How to Create a Pictograph Bar Chart in Q
How to Create PowerPoint Chart Templates