The page every
and page by group
tags automatically split table rows across multiple survey pages. page every
displays a set number of rows on each page while page by group
specifies exactly which rows should be shown on which page.
set list: RETAILERS
1. Walmart
2. Amazon.com
3. Costco Wholesale
4. The Kroger Co.
5. The Home Depot
6. CVS Health Corporation
7. Target
8. Walgreens
9. Lowes
10. Albertsons
11. Apple Store
12. Royal Ahold
13. Publix
14. Aldi
15. TJX Companies
2. How familiar are you with the following retailers?
type: radio table
1. Not at all
2. Somewhat
3. Very
rowsfrom: RETAILERS
page every: 5
In the above example, the page every
tag splits the table into groups of five rows, displaying the table three times with five rows each.
Note: The page every
tag can accept numbers that don’t evenly divide the total rows. The system distributes rows as evenly as possible to avoid a smaller final page.
Additional examples
page by group
The page by group
tag assigns group IDs to rows using option data to determine the page on which they should be shown. In the example below, the table is shown twice: first with three rows (Group 1) and then with five rows (Group 2).
set list: GROCERS
1. Walmart {{PAGE: 1}}
2. Target {{PAGE: 1}}
3. Costco Wholesale {{PAGE: 1}}
4. Albertsons {{PAGE: 2}}
5. Publix {{PAGE: 2}}
6. Aldi {{PAGE: 2}}
7. Price Chopper {{PAGE: 2}}
8. Wegmans {{PAGE: 2}}
3. How familiar are you with the following grocers?
type: radiotable
1. Not at all
2. Somewhat
3. Very
rowsfrom: GROCERS
page by group: [PAGE]
Comments
0 comments
Please sign in to leave a comment.