Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a request to display FedEx Tracking Info from a Tracking Number.
I currently have the Tracking Numbers in a table. What I would like to do is create a hyperlink where the users clicks on the Tracking Number and the Tracking info is displayed.
I am looking for any suggestions with Qlik Sense.
Thanks,
Michael
In your table, add a dimension with the following expression:
='https://www.fedex.com/fedextrack/no-results-found?trknbr='& TRACKING_NUM_FIELD
Be sure to set the field to display as a link...
In your table, add a dimension with the following expression:
='https://www.fedex.com/fedextrack/no-results-found?trknbr='& TRACKING_NUM_FIELD
Be sure to set the field to display as a link...