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: 
Luka-enterprise
Contributor
Contributor

Branch code

I connected my Qlik server to my rental DBS.

I have 1 table with branch codes:

1 | Airport 1
2 | Airpot 2....

I have tables:

Fleet with columns: Check out branch code, Check-in Branch code
Agreements with columns: Agreement check out branch code, Agreement chench in-branch code
Invoice: Branch invoice code
Maintainance: Branch code
...

In basis there are many occasions where branch code is needed to map.

What is the best way to map it? Shall I create a link to each table of Branch code and create  relation to branch code or?

Thanks

2 Replies
lironbaram
Partner - Master III
Partner - Master III

the best way to map code to name will be using applymap function :
https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFu...
your real challenge will be to decide which fields of branch you are connecting.

Luka-enterprise
Contributor
Contributor
Author

But I don't wanna "hard code" it as in my DBS are branches and for example new branch with code 95 is opened I don't wanna map it again in code - I have it on DBS and I wanna use it on every instance where I have Branch code.