Oracle Analytics Cloud and Server

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

Change wildcard example code

Received Response
51
Views
4
Comments

Summary

Change wildcard example code

Content

Hello community,

 

I'm found the following wildcard code on a website and I'm using it to find a specific group element.

<? LK_NAME[starts-with(../LK_CODE,getVariable)])?>

 

Now I want to change it a bit. I want to find the LK_NAME of the element where LK_CODES equals my variable and not just starts with it. What is the syntax for it?

Is there anything like: <? LK_NAME[equals(../LK_CODE,getVariable)])?>

 

Thanks for your help

Answers