Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to use the NB_LINE global variable to get the number of records passed through each link.
It works fine for the first link of tRowGenerator_2, but doesn't work for the second link tMap3 and just prints null.
Am I doing anything wrong?
Thanks
@COW_WW BA ,
All components produce one or more globalMap variables that can be used within other components, such as tJava.
Select as Best if its OK
Kind regards,
😷19.
Hi @COW_WW BA ,
but only : ((String)globalMap.get("tMap_3_ERROR_MESSAGE"))
===> you can use : ((Integer)globalMap.get("tLogRow_4_NB_LINE")) to get the number of records (after)
Kind regards,
😷19.
@not specified not specified
Thank you. It worked.
Is there any way to check which components have this global variable and which components don't?
@COW_WW BA ,
All components produce one or more globalMap variables that can be used within other components, such as tJava.
Select as Best if its OK
Kind regards,
😷19.
@not specified not specified Thank you!