cancel
Showing results for 
Search instead for 
Did you mean: 

WAD, Language, Visual Composer and a Hyperlin

Former Member
0 Kudos

Hi Gurus,

I would like to know if I could use a Visual Composer drop- down list to call two different URL of a WAD (Hyperlink – System Action). Let me explain:

During navigation, user decided to change language of a WAD displayed in a page. To do this I would offer to the user a drop-down list with two Idioms (Portuguese and English). Default link would be English (1) but if user chooses Spanish the hyperlink would the hyperlink would be the Spanish one (2).

(1) - http://sappdb17.XXXXXX.net:XXX/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=DASHBO...

(2) - http://sappdb17.gerdau.net:8011/sap/bw/BEx?sap-language=PT&bsplanguage=PT&CMD=LDOC&TEMPLATE_ID=DASHB...

What would be, if possible, the formula?

Kind Regards,

Gilson

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Gilson,

Connect the form where you have the drop down to the Html view and then put an IF in the command, it will be something like this...

IF(DROPDOWN==1, " http://sappdb17.XXXXXX.net:XXX/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=DASHBO..., "http://sappdb17.gerdau.net:8011/sap/bw/BEx?sap-language=PT&bsplanguage=PT&CMD=LDOC&TEMPLATE_ID=DASHBOARD_STATUS")

Regards,

Cris

Message was edited by:

Cris

Answers (0)