I want to use the simple formula:
=\"FIX_\" & [ID]
The issue with this formula occurs when I confirm the calculated function, the formula a
So you only want to display the link in a VIEW.
You can then use HTML/JavaScvript in a Calculated Column to extract the correct ID from the HTML TR table row and create the href attribute.
Create a Calculated Columns, and set the datatype to Number!
Paste the Formula (as is, including & characters, line breaks will be ignored):
=""
Note: the outer div is added because a Number column is aligned to the Right.
This only works in VIEWS! Not on FORMS!