July 26, 2018 at 3:58 pm
#624
Bill Finzer
Keymaster
Hi Kristyn,
I can think of one way, but not sure if it will do what you want.
- Suppose you have an attribute A and you have typed values into the first four cases.
- Create an attribute B with the formula: if(caseIndex<5,A,random()). This copies the entered values from A into B and puts random numbers in the new cases as values for B.
- Now add a bunch more cases; e.g. by clicking on row 5’s index and choosing Insert Cases.
Bill