Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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