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: 
Not applicable

Representing an Expression as a Link in v8.5

There is an option in v9.0 that allows the user to set the representation of an expression in a straight table or pivot table to "link", but I do not see this in v8.5.

>Expressions>>Display Options>>>Representation.

I need to figure out a way around this in v8.5.

I need to be able to allow a user to click on a UPS tracking number in Qlikview and have it luanch the UPS website and populate the website with the tracking number they select.

I am trying to due this as a button using the Export/Launch Function and am using this code for the launch command:

wwwapps.ups.com/WebTracking/processInputRequest?tracknum= Tracking_Number

This takes the user to the UPS website but enters "Tracking_Number" into the tracking number input box instead of the actual tracking number the user selected. Tracking_Number is the qlikview field name in my report that contains the actual tracking number.

I know this code works in v9.0:

where 'trackingnumberfieldname' is the name of your field that contains the tracking number and 'TextToDisplayinTable' is what you want the user to see as the clickable text in the table.

HOW DO I GET THIS TO WORK IN v8.5



='TextToDisplayinTable' & '<url>wwwapps.ups.com/WebTracking/processInputRequest?tracknum=' & trackingnumberfieldname



7 Replies
johnw
Champion III
Champion III

I have clickable links in a couple of 8.5 applications now, so it's probably time I put together an example. Credit to Rob Wunderlich for the idea. I have a Link field and a URL field. The Link field is what I want to display on the screen, and what I put in charts. OnSelect of the Link field, I execute macro OpenURL. That checks to see if 1 and only 1 Link has been selected, and if so, launches the associated URL, and then does a "Back" to undo the selection.

Not applicable
Author

Fantastic solution!

I was looking for something similar and the solution is here... I suposse the link field is nothing special, but only a blue and underlined field, isn't it?

johnw
Champion III
Champion III

Right, it's just a regular old field that I used "custom format cell" to change to blue and underlined. The only other special thing is that selections in that field kick off the macro. But yeah, just a regular field.

sparur
Specialist II
Specialist II

Hello, Jonh.

How you manage Custom style for field "Link" in your table box (in your example application which was posted above)

I can't to find any settings for it.

johnw
Champion III
Champion III

Settings -> User Preferences -> Design -> Always Show Design Menu Items

Right click on cell -> Custom Format Cell -> blue text color and underlined

sparur
Specialist II
Specialist II

WOW!

Jonh, thank you.

I didn't knew such feature.

johnw
Champion III
Champion III

Yeah, I use this feature constantly. I don't know why things like this are hidden by default, or why you can set a document's properties to have Styling Mode = Simplified. I guess QlikTech didn't want to overwhelm everyone with all the options. If I were them, I'd have enabled everything, and not even supported a "simplified" interface that removed half your options. Ah, well.