Forum Discussion
sniffer
5 years agoRegular Visitor
Create calculated URL link from Sharepoint list
I am trying to create a URL link to a sharepoint list element and have created the following formula that does not work... URL = COMBINEVALUES("https://ourSPwebsite.com/_layouts/15/listform.aspx...
- Anonymous5 years ago
Hi sniffer ,
You can use the Concatenate function like this:
Concatenate(" https://ourSPwebsite.com/_layouts/15/listform.aspx?PageType=4&ListId=%7BAB33DE24%2D42F9%2D48D5%2D928...",('Project, Concatenate(Schedule'[TaskUID]) ,"&ContentTypeID =0x010800FBAD973F19F45048A4E2F41DCE977B98")This is a link to related content, hope it will help you:
https://docs.microsoft.com/en-us/dax/concatenate-function-dax
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi sniffer ,
You can use the Concatenate function like this:
Concatenate(" https://ourSPwebsite.com/_layouts/15/listform.aspx?PageType=4&ListId=%7BAB33DE24%2D42F9%2D48D5%2D928...",('Project, Concatenate(Schedule'[TaskUID]) ,"&ContentTypeID =0x010800FBAD973F19F45048A4E2F41DCE977B98")
This is a link to related content, hope it will help you:
https://docs.microsoft.com/en-us/dax/concatenate-function-dax
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.