Page 1 of 1

Is it possible to read from array tags in a report?

Posted: Wed Jan 14, 2015 3:11 pm
by standeven
Hello,

I made a simple report template to try and read in tags that are stored in an array. In my template, the format is as follows:

<#Tag(tagName[0])>
<#Tag(tagName[1])>
<#Tag(tagName[...])>
<#Tag(tagName[n])>

However, in my report they just appear as ####.

Is it not possible to import array tags, or am I just doing something wrong?

Thanks in advance!

Re: Is it possible to read from array tags in a report?

Posted: Mon Jun 26, 2017 2:42 pm
by ianrobo75
bump, I could do with knowing this as well.

Re: Is it possible to read from array tags in a report?

Posted: Tue Jun 27, 2017 6:45 am
by AMitchneck
I've never made reports, but I wonder if this has a relation to the scripting....

Have you tried <#Tag(tagName.Value[0])>?