Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
NemoAndStitch22
Contributor III
Contributor III

Merge different tabs

Hiya

 

I'm trying to make a dashboard for sales for the past 5 years and need a bit of help.

 

I would like each year on different tabs in the script because this way I can easily comment out the script. 

However I don't want any synthetic keys when I load through and if I start with a left join at the beginning of each tab it misses off some of the data. 

How would I go about doing it? 

Hopefully this makes sense!!!!

Labels (2)
1 Reply
Almen
Creator II
Creator II

Without seeing your script it's a bit difficult to understand the problem.

If you want to exclude certain years for testing purposes you can use a where year=YYYY in your script to change your values.

If you have multiple tables you can store the year in a variable within the script so you don't have to change the value too often.