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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi can anyone tell me how to create link table

i am new to qlikview... i want to create a link table...

plz send me how to create link table... detailed explanation and script is required

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create an expression like this:

= 'Qlikview' & '<url>www.qlik.com'

This would do the same as <a href="www.qlik.com">Qlikview</a> in html would.

If you have a table with two fields SiteLabel and SiteUrl, then the expression would be = SiteLabel & '<url>' & SiteUrl


talk is cheap, supply exceeds demand
Not applicable
Author

hi Gysbert

i have 5 tables, 4 tables are connected with some id

but only one table is not connected means associativity is not created...

how do i create link with other tables

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Ah, right, that kind of link table. Qlikview links tables on field names. If one table is not linked, this means that none of its field names is shared with another table. You have to decide with which table it should be linked and which fields it should link on. Then you rename the field so it matches the field name in the other table. Then qlikview can associate the tables.


talk is cheap, supply exceeds demand
hic
Former Employee
Former Employee

You can find quite a lot in this document on Generic keys: http://community.qlik.com/docs/DOC-3451

A master link table is one of the three examples on how to use Generic keys.

HIC