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

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
standeven
Posts: 5
Joined: Fri Dec 12, 2014 1:24 pm

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

Post 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!

ianrobo75
Posts: 12
Joined: Mon Sep 22, 2014 6:15 pm

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

Post by ianrobo75 »

bump, I could do with knowing this as well.

AMitchneck
Posts: 137
Joined: Mon Jun 11, 2012 2:10 pm

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

Post 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])>?

Post Reply