Skip to content

Wrong =HYPERLINK() syntax  #36

@sneumann

Description

@sneumann

Hi,
when adding a term, Ontomaton will insert
=HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702","micrOTOF")
which results in a parsing #ERROR complaint by google.
The correct content will be using a semicolon instead:
=HYPERLINK("http://purl.obolibrary.org/obo/MS_1000702";"micrOTOF")

Fixing will need changes in

sheet.getRange(row, selectedColumn).setFormula('=HYPERLINK("'+ ontologyObject.accession +'","' + ontologyObject.term + '")')

and
sheet.getRange(row, selectedColumn).setFormula('=HYPERLINK("' + ontologyObject.url + '","' + ontologyObject.term + '")')

Yours,
Steffen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions