Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Change wildcard example code
Summary
Change wildcard example codeContent
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
0