How to change URL in go url syntax — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to change URL in go url syntax

Received Response
1
Views
2
Comments
s234
s234 Rank 3 - Community Apprentice

Hi All,

I am using go Url in dev environment. Now I am moving to

UAT, here I am planning to create one static variable for

Storing Url that variable I am passing in go Url syntax.

But I am not able to get that Url from static variable. That Url is SSO link

href= " '||valueof(PSN)||'saw.dll? ---------------"

Pls suggest anything need to add or any other ways

Regards

Sudha

Answers

  • Robert Angel
    Robert Angel Rank 8 - Analytics Strategist

    Hi,

    you could set up and use a repository variable for this, see the function syntax palette for examples on how to pull them through to an analysis column, just concatenate the value into your static go_url syntax.

  • Joel
    Joel Rank 8 - Analytics Strategist

    Could you explain what you mean by:

    But I am not able to get that Url from static variable. That Url is SSO link

    href= " '||valueof(PSN)||'saw.dll? ---------------"

    Does the variable not have any value? How is it set? What version of OBIEE are you using?