Skip to main content
Question

Accessing iteration coutn parameter? is it possible?

  • April 29, 2015
  • 2 replies
  • 10 views

gio
Contributor
Forum|alt.badge.img+15
Hi all,

 

 

Is above question possible?

 

 

I try to use a parameterfetcher like this:

 

 

@Value($Iterationcountattirubte)

 

but it is always missing, at each itereation.

 

 

Can this be done using python or tcl (like some GetMacroValue) or something. Or is it simply not possible?

 

 

The logger seems to report the count, so should it therefore not be accesible?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • April 29, 2015
Gio, how about using an AttributeCreator instead of the ParameterFetcher?

 

_iterationcount = @Value($(Iterationcountattribute))

gio
Contributor
Forum|alt.badge.img+15
  • Author
  • Contributor
  • April 30, 2015
Hi Takashi,

 

 

It apppeared i made a error on passing a attribute trough to a doubly layered custom transformer.

 

A blocking transformer within a custom transformer, to get a attribute linked to a parameter.

 

 

When i finaly saw my mistake, i was able to acces the iteration count within the blocking transformer.

 

 

Thanks.