Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using tLoop component for iteration and gave
from - 3
to 1
step -1
disabled values increasing check box.
I am expecting output as 3,2,1. But, I am getting 1,2,3. Is this how tLoop works? If yes, How can I get my expected behaviour?
Thanks,
Meghana.
Hi,
must work
| tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |1 |3 | '---------+-----' .---------+-----. | tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |2 |2 | '---------+-----' .---------+-----. | tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |3 |1 | '---------+-----'
Hi,
must work
| tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |1 |3 | '---------+-----' .---------+-----. | tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |2 |2 | '---------+-----' .---------+-----. | tLogRow_1 | |=--------+----=| |iteration|value| |=--------+----=| |3 |1 | '---------+-----'
Thanks for the reply. What did you put in tJavaFlex?
Thanks,
Meghana
Can u elaborate a little more. What have u given in tFixedFlowInput ?
How is that working. I mean flow.
Thanks,
Meghana
iterate - ((Integer)globalMap.get("tLoop_1_CURRENT_ITERATION"))
value - ((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))
Thanks. That solved.
Thanks,
Meghana