I have an 'id' column in a dataset these id's are long and ugly. There is a constant URL that I want to be able to put in front of each value and have the column display this URL constant, followed by the id's. So it is as follows:
Constant: https://xxxxxxxxxx.sugarondemand.com/#Calls/
Plus ID: b36c34d8-86e6-11eb-9f27-12dc896541
To get: https://xxxxxxxxx.sugarondemand.com/#Calls/b36c34d8-86e6-11eb-9f27-12dc896541
is it possible to write a beast mode that would accomplish this, and if so, can you have reflect as a hyperlink?