Quite often one wants to know which values are involved in the output from MigX.
How do we do this??
In my case I'd like to know definitively when the MigX chunk is on the first row / set of values and not any other...
How do I do this??
Thank you, Tom
try:
[[+_first:isnot=``:then=`this is first row`:else=`this is not first row`]]
if you want to see all rows with its values as array-print, use getImageList without the &tpl property
Thank you!! I will test and report back...