Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
String Functions in RTF template is not working in our EBS environment.
Answers
-
Hi Brajesh
Thanks for your reply. When you said that it worked for you, do you mean it worked in template viewer or word preview? The code as posted works in both of those tools. The issue with changing the statement to <?if:contains(CategoryName,'/')?> is that it provides an incorrect answer in preview (There are two Category Names per item) and in our case it still does not work in our environment because of the contains command. Could you confirm that contains works in your EBS XML publisher environment.
Regards
Rick
0 -
Hi Rick,
Could you try instr() function instead of contains().
Please keep field tag as it is and put the below content
Replace <?if: contains(current-grouping-key(),'/')?> with <xsl:if test="xdoxslt:instr(current-grouping-key(),string('/'),number(1),number(1)) != 0">
Replace <?end if?> with </xsl:if>
0 -
Hi Rick,
Strange behavior of BIP
I have used same condition and tag as current-grouping-key() and giving me below output, which I believe is correct as per expected output you shared.
Behavior of BIP should not different in the same version of the instance. This makes me to think that correct template is getting picked up?
Could you please check in your concurrent program is picking correct template?
0 -
You little genius. That worked. Thankyou so much.
0 -
Hi Brajesh
The correct template is being picked up because if I take out the contains the template works just produces the output with both categories. I honestly think that it is to do with the Advanced pricing Price book generation that it is not recognising the string function.
Regards
Rick
0