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!
Is it possible to read from array tags in a report?
Re: Is it possible to read from array tags in a report?
bump, I could do with knowing this as well.
-
- Posts: 137
- Joined: Mon Jun 11, 2012 2:10 pm
Re: Is it possible to read from array tags in a report?
I've never made reports, but I wonder if this has a relation to the scripting....
Have you tried <#Tag(tagName.Value[0])>?
Have you tried <#Tag(tagName.Value[0])>?