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.
can anyone pls suggest why I am not getting filtered data
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.