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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
shyamcharan
Creator III
Creator III

Hyperlinking Objects with field values

Hi Friends,

I do have a requirement where in table column values should be hyperlinked to objects in the qlikview document.

For example: If I have a column that has the different regions, I should be able to open another object when clicked on the regions to know more information on the regions.

Table 1

Region ID   Region  Total Sales

1                    Aus    1000

2                     US     2000

When I click on US I should activate or open the below object for US

US Sales

State     Store     Sales     Offers     Date

ABC     ST1          200     None     1/1/2000

BCD     ST2          800     Special     2/2/2014

Please let me know if I am not clear.

Thanks in advance.

Regards,

Shyam.

2 Replies
sasikanth
Master
Master

HI

for your requirement use conditional enableing of bjects

Properties-->lay out-->show-->conditional

write like

if(getFiledSelections(Region)='US',1,0)

similarly others

then if you clik on US then corresponding Objects will be Shown .

Thanks

sasi

vikasmahajan

create field and  and in display option select link  and give link

=('E Mail'&'<url>'&'mailto:'& only(EmailID)& '&subject=Issue No  : ')&Only(LogNo)

This will create link and re-direct to mail or whether link where you want

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.