Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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.
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