Forum Discussion

CMC's avatar
CMC
Helper I
5 years ago
Solved

Custom WEB URL

I have a current measure which has been working well and directs me to a customer URL based on case number raised. e.g.

URL = "https://salesforce.com/" & '!My_Report'[Case Number]  - https://salesforce.com.com/Case/XXXXXXXXX

 

Now I noticed the backend URL has changed to https://salesforce.com.com/r/Case/XXXXXXXXX/view

 

How can I amend /view onto the end of the URL after the Case Number has been injected?

 

 

5 Replies