Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
How do you concatenate URLs that list object IDs and types in the string?
For example (test sample URL)
https://safe&secure.com/safeharbor/objectFiles.php?object_id=3227922&object_type=customer
I used the following to try to concatenate this URL and it didn't link to the website:
Solved! Go to Solution.
That's more of a question for your data source / URL target. Maybe they require the type to always be specified.
NOTE: Instead of CONCATENATE() you can use & .
Files = "https://safe&secure.com/safeharbor/objectFiles.php?object_id=" & [CustomerID_txt]
That's more of a question for your data source / URL target. Maybe they require the type to always be specified.
NOTE: Instead of CONCATENATE() you can use & .
Files = "https://safe&secure.com/safeharbor/objectFiles.php?object_id=" & [CustomerID_txt]
User | Count |
---|---|
117 | |
74 | |
62 | |
50 | |
46 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |