Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Create Excel hyperlink formula in Alteryx

PrMc
6 - Meteoroid

I would like to include the Excel hyperlink formula e.g. "=(https://www.google.com/maps/@53.453595,-2.7804529,16.75z,"store)" in to Alteryx so when the output is pasted within Excel. the formula with the hyperlink is already created.

 

The Lat and Longs will be changing depending on the record.

 

when I have tried this it does not work.

"=" && "HYPERLINK" &&"("&&"https://www.google.com/maps/@"+[Latitude]&&","&&[Longitude]+"z"&&","+"Store"+")"

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @PrMc 

 

Here is how you can do it. You need reporting tools for this.

Workflow:

atcodedog05_0-1631273186699.png

 

1. Using formula tool to create the hyperlink.

2. Using report text tool to link the formula.

 

Hope this helps : )

Labels