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: 
JayQueue
Creator
Creator

Matching 2 calculated values against a table.

Hi,

Problem:

I'm calculating 2 numbers in a tJavaRow: rrnr19 and rrnr20.

I want to test both numbers both numbers against a databasetable.

Now I have this setup as a test

0695b00000KE9t8AAD.png

I have a rrnr19 flow and a rrnr20 flow that each has its own tMap for lookup against a database.

Is this the way to go or can it be made more efficient?

-Jonathan

Labels (2)
2 Replies
Anonymous
Not applicable

Hi

I would like to load the data from DB table one time and store them into memory using tHashOutput, use a tHashInput to read the data from memory whenever you want to use in next subjobs.

 

Regards

Shong

JayQueue
Creator
Creator
Author

Great tip, thank you!

And thinking of making the lookup in a different job and make it run with parameters rrnr19 and rrnnr20. But would make this process a bit slower?