Can someone help me understand how to set the expressions in a generate numbered rows function to have a Count Records variable. I was thinking something like [ID] * [Count of Questions] so that each ID has 1 question repeated.
For instance, if I have 3 IDs and 3 Questions...
I want the outcome to have 9 IDs, 9 Questions.
| ID | Questions |
| 1 | When |
| 1 | Why |
| 1 | How |
| 2 | When |
| 2 | Why |
| 2 | How |
| 3 | When |
| 3 | Why |
| 3 | How |