cancel
Showing results for 
Search instead for 
Did you mean: 

Tag Value

Former Member
0 Kudos

Dear All,

How can i pass the tag value dynamically to the tag query?

Thanks,

John R.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi John,

You can use BLS. Put a variable in Transaction Properties and in Tag Query action block assign the value of the transaction variable to TagName.1

Finally make an Xacute query and tag name can be passed as parameter.

Thanks and Regards

Khaleel

former_member209705
Participant
0 Kudos

you can also ues this piece of JavaScriptCode instead of writing xacuteQuery

document.appletName.getQueryObject().setTagName(INDEX,NEWVALUE)

Hope this helps

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Do you mean Tag VALUE as in writing to a tag in the underlying source system, or do you mean assigning a dynamic Tag NAME(s) to a query template?

Please clarify.

Regards,

Jeremy

Former Member
0 Kudos

Problem solved.

Thanks for reply,