if my search result has a column value of 2 I know...
# advancedpdf
n
if my search result has a column value of 2 I know I need to iterate twice to print 2 labels. Can anyone suggest how I can create a list with that results value as it's length? I know it could be done with a spread operator or a while loop but neither are supported in the version of Freemaker NS use for adv print... as far as I can tell from teh errors I'm seeing 😉
OK figured it myself... <#assign totalIterations = result.formulanumeric_1> <#assign loopCount = (1..totalIterations)>