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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
veldetta
Contributor III
Contributor III

Finding Sequence based off Range

Hi All!

I have 2 tables:

   

IDTypeValue
123A$100
456A$3,000
879B$4,000
234B$7,000

   

TypeSequence Value
A1$1,000
A2$4,000
B1$1,000
B2$6,000
B3$10,000

For each ID, I need to find out which Type and Sequence it should be based on the second table.  For example, ID 123 should be in Sequence 2 of Type A, ID 879 should be in Sequence 2 of Type B.  I'm thinking using the function, Interval Match, but i'm not too sure.

0 Replies