Explorer / Archive Hyperlinks Broken in 6.1.9.1

Home Forums Basic setup Explorer / Archive Hyperlinks Broken in 6.1.9.1

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1353
    cogdog
    Participant

    I noticed the hyperlinks blue buttons for the Conversation Explorer and the Searchable Archive are not working in newest version. Comparing to older sheets, I was able to fix by changing for the Conversation Explorer:

    =HYPERLINK("http://hawksey.info/tagsexplorer/?key="&getSheetKey(B9)&"&gid="&getSheetGID("Archive"), "TAGSExplorer")

    to

    =HYPERLINK("http://hawksey.info/tagsexplorer/?key="&getSheetKey('Readme/Settings'!B6)&"&gid="&getSheetGID(), "TAGSExplorer")

    and for the archive, changing:

    =HYPERLINK("http://hawksey.info/tagsexplorer/arc.html?key="&getSheetKey(B9)&"&gid="&getSheetGID("Archive"), "TAGS Archive")

    to

    =HYPERLINK("http://hawksey.info/tagsexplorer/arc.html?key="&getSheetKey('Readme/Settings'!B9)&"&gid="&getSheetGID(), "TAGS Archive")

    I am not sure if this is correct, but it works in my newer TAGS now.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.