Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
You will need to make 10 new fields. The first field called [Stack 1] will be
List("\n",
[Field 1],
[Field 2],
[Field 3],
[Field 4],
[Field 5])
If these are numeric fields then it gets more messy as you will ned t round them and turn them into text.
List("\n",
[Field 1],
[Field 2],
[Field 3],
[Field 4],
[Field 5])
If these are numeric fields then it gets more messy as you will ned t round them and turn them into text.