Hi
So I have a calculated field that uses some fixed data plus some values in other fields to create what is in essence a URL.
The calculated field produces a perfect result (in that I can manually copy the URL, paste it into a browser and it works)
I then have created another field which is defined as a hyperlink field, the idea being to copy the content of the calculated field into the hyperlink field so I can click on it and go to the URL that has been created.
This works correctly as well BUT only if tab into the calculated field, do CTRL C to copy it, tab into the hyperlink field abd then do CTRL V to paste the value in. Doing this not only makes the hyperlink work but also adds things like "%20" for any spaces that are (correctly) calculated in the calculation
However there are 17k records where I need to copy the caluculated field value into the hyperlink field so it generates the correct format and syntax for the URL to open (In fact it is worth than this as each record actually contains 3 different calculated fields to generate 3 different URLs for the same record, so I have like 51k manual copy and paste actions to undertake)
I thought I would save time by just opening up the table view, copy the column of calculated fields, then pasting it into the column of hyperlink fields. However this doesnt actually "convert" the calculated field into a correct format, syntax and structure when manually doing CTRL C CTRL V does.
Is there anyone who can explain why this is? In my naivity and inexperience I kind of thought just copying the column and pasting it would do the same as manually copying the content of one field in one record and pasting it into another field.
Anyone got a quick solution to save me getting deforminty of my fingers pressing CTRL C CTRL V 100,000 times
Many thanks for any help
(PS Happy to do the manual copy and paste thing as I add more records but a quicker/neater solution, even at the table level, is fine as I am not a very good programmer - or even a programmer at all)