Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to tag an interval of data according to a table

Hello,

I have a Table with distinct data like:

[AllData]:

IndexInformation
1a
2b
3c
4d
5e
6f
7g
8h
9i
10j

I also have another table that states when somthing happened like:

[Situation]:

IndexSituation
0X
2Y
5X
8Z

What i need to do is join these two tables adding the "situation" to all index between the interval in its table, like the following:

[Result]:

IndexInformationSituation
1aX
2bY
3cY
4dY
5eX
6fX
7gX
8hZ
9iZ
10jZ

Long story short, the situation reffers to all the next statements until a different situation appears.

I want to do this using the tables already loaded since the first and second table use some calculated information. I've been trying to use the Load Resident but haven't been succesful.

Thanks for your help.

André Gaspar

0 Replies