Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
There is a command similar to like SQL?

Dguglielmi
Rank 3 - Community Apprentice
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
0
Answers
-
You need to use "starts-with" XSL function. Take a look here
0