I have a hyperlink in a column that links to external information where appropriate.
The ‘where appropriate’ is key here. When i have data to input into the external site another colomn has data, where i dont need the link the other colomn is blank.
In the blank rows i dont want the link to be displayed, i had this formula to produce the disired result but it was not part of the hyperlink.
=If(IsNull([incident FMS]); “”;[FMS LINK])
simply put, how do i turn off the hyperlink where it is not required (where there is no data for the link).
So where you have the ‘else’ section you would need to define the OpenDoc code. The easiest way to create this code is to open the report in view mode, right click > hyperlink > new. You can choose to link to a webpage. Go through the options and apply.
Now open the formula bar and add every up to ; before the ‘else’ section and place a closed bracket ) at the very end.
FYI, as far as I’m aware this wizard method is not available in the edit mode.