Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 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
BIP data model is not filtering from requisition number to to requisition number

Pooja_123
Rank 4 - Community Specialist
when I am trying to filter the from req no and to req no, I am not getting any data in BIP data model query.
0
Answers
-
can anyone pls suggest why I am not getting filtered data
0 -
Since the Req number is a string, you cannot use the Between operation with a string. However, you can try using the replace or substr functions to remove the "REQ-" before converting the output to a number.
0