Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

data from tJavaRow has 10 data but show with tLogRow can get 1

Hi

 

i have a question.

i use tJavaRow for get 10 results when run the program will show

0683p000009LyaR.jpg

 

and i want to use all result at tLogRow but tLogRow show only last result

0683p000009M0ac.jpg

 

Pic to all my process

0683p000009M0YH.jpg   

 

  0683p000009M0i2.jpg

Labels (3)
3 Replies
TRF
Champion II
Champion II

Absolutly normal. There 1 input row for the tJavaRow component and this component doesn't create new rows. The lines displayed by tJavaRow are just issued from a println.
Try tu use tNormalize instead of tJavaRow which is not what you want.
Anonymous
Not applicable
Author

i try tNormalize and can do every want.

Thank you.

0683p000009M0db.jpg

TRF
Champion II
Champion II

Great!
Don't forget to mark your case as solved (Kudo also accepted)