Forum Discussion
Anonymous
2 years agoNot applicable
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...
- 2 years ago
Hi Anonymous ,
Have you tried the following:
"company.website/forms/xxxxxxx = " & """" & [ticket_number] & """"Pete
BA_Pete
Super User
2 years agoHi Anonymous ,
Have you tried the following:
"company.website/forms/xxxxxxx = " & """" & [ticket_number] & """"
Pete
- Anonymous2 years agoNot applicable
Pete, first Thank you! I tried many ways to add more and take away the "" marks ... but
this was my last try
& "" &"[ticket_number]"&""