Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All i have striagth table with many columns , and the first column is ID , and there are many id's , and every id a=has a link , when we click on any id it will take us to the related information to another table.
can someone tell me how do we do this ?
this is the screen whot of that table , look here in the first column all the id's are in blue colour and has the link to another page.
Or i can say that the first fiel which is ID is clickable for each ID and it will navigate to two other charts once clicked on any of the ID, by hiding the current stratit table.
Can someone tell me how do we achieve this ?
thanks in advance .
Hi John,
Can you share the expected output (after navigated to new table link) and mock app with sample data. Thanks
meanwhile check this,
Making QlikView Part of the Story: Embedding Objects into Web Pages
Hope this helps you
Regards,
Deva
Hi Devarasu,
When i click on any of the ID , then it will hide the current start tale and in the same place two differnt tables will be displayed with related information to that erticular ID .
I dont understand how they have done it .
Hi John,
Understanding your question-
Means if you have 10 number of columns in your straight table and if user select any field data from column then this chart should be hide and other 2 chart will display is this your requirement?
Thanks,
Neha
Hi Neha,
ok let me explain you .
I have astraight Table which has N number of columns ,and the first column (Field) name is Cutomer ID and when i clik on any of the customer ID it is taking me to another table with related information of that ID , by hiding the Startight table.
I hope iam clear now
Hello John,
Considering that you are using QlikView, below are the steps to implement Hyperlink functionality:
1. Add required dimensions
2. Add below expression
= [Cutomer ID] & '<url>http://www.google.com' // I took sample link as www.google.com
3. Set the Representation to Link available under Display Option
4. Define the Text Color of the same expression to Blue()
Hope this will help.
Regards!
Rahul
Hi John,
Please find the attached test file.
Hope it will help you.
Thanks,
Neha
Find the corrected file here.
Here,Country field will perform like your first ID field.
Thanks,
Neha
Hi Neha i dont underand what have you done ?
This not my requirement
Hi Rahul ,
What u said i agree to it.
But i dont need to create any link to url .
look this is what my issue is
let me explain you .
I have astraight Table which has N number of columns ,and the first column (Field) name is Cutomer ID and when i clik on any of the customer ID it is taking me to another table with related information of that ID , by hiding the Startight table.
I hope iam clear now
and if you look into the image below , all the ID's are in blue and i checked into the expression there is nothing mentioned like link .but still this Field is acting as a link to other charts .