Welcome to the Oracle Analytics Community

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

Niclas Wagenknecht Rank 4 - Community Specialist

Comments

  • Okay, that seems to be the solution. The font is not availible there.
  • Hey, I have already seen that link. Unfortunately it's not what I'm looking for. I want to test for exact equality. Example: When I have a code '-' and there are some entries '-de' and '-en'. CONTAINS and STARTSWITH give me true in both cases but I want to get a false here.
  • Hello Adam, unfortunately the position() function did not work here. I was able to solve the problem with your third link. I used the following code in the opening for-each field: /*Working in a loop*/ <?xdoxslt:set_variable($_XDOCTX, ‘counter’, 0)?> <?for-each:G1?> /*increment the counter*/…
  • Can I do some sort of SQL query at the template builder level? Something like SELECT field_name FROM lookuptable WHERE field_code = code
  • Thats what I meant with "No hardcoding allowed". I need to get those names from a database table. The catalog value is in the XML file and the corresponding name is in a database. I need any idea how to connect that.
  • Just as a suggestion: Somebody told me that PL SQL can do something like that. Somebody else said that the publisher does not support that. I am grateful for any other idea.
  • Hi YGUTTIKONDA, there is another problem now. Unfortunately I may not use that hardcoding solution. We have lookup tables in a database for those code values and they change from time to time. Thats why I'm not allowed to hardcode those values in the report. What I need is the following: I would like to read the code value…
  • Hi Adam, the direcor/phones tag is another phones tag that is under entity. That seems to be the reason why the publisher includes it. Whether there are tags in between does not seem to matter. Adam Wickes schrieb: If you only want to loop a certain amount of times at a certain level, you can use a variable for this. Set…
  • Hello Ron, I am familiar with the basic functions of the template builder for word. The point is that the basic repeating group does not work here as I mentioned above. I need to customize the repeating group with some code and I don't know the syntax for it. So it would be nice if you could give me a code example exactly…
  • Hello YGUTTIKONDA, Option 1 ist not feasible because it's not me who creates the XML File. I have no control over that. Option 2: I'm working in the MS Word Plug-in to create an RTF File. I found the field conditional format but I don't find a way to do what I want to do. I can only change text color or something like…