Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
There is a command similar to like SQL?

Summary
There is a command similar to like SQL?
Content
Hi everyone,
I in a report RTF I need to filter the data in a table, based on the content of the string.
For example, when the field "Competence" begins with "H." insert the data in column.
Now i use this command:
<?choose:?><?when:contains(competence,'H.')?>
but, in this mode, not filter properly, because i view also when "Competence" contains "S.ACH."
There is a command similar to like SQL? or other solutions?
Thanks
Answers
-
You need to use "starts-with" XSL function. Take a look here
0