Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Quotation Marks around a [Field] when used as a URL/URL+Ticket# opens up Ticketing Tool Search Page

Question Hello All, I am using Power Query Editor to check over the data and add a Custom Column that is going to be Type:WebURL. It will be used to open a Ticketing Tool Search Page and i...
  • BA_Pete's avatar
    2 years ago

    Hi Anonymous ,

     

    Have you tried the following:

    "company.website/forms/xxxxxxx = " & """" & [ticket_number] & """"

     

    Pete