Unable to pass Property value to Function alias from Report Defination
I have created one report defination having Declarative join Index,
1) Declare Index join page name = MyInd
2) Created one function alias having SQL script like SELECT DISTINCT regexp_substr({1},'[^/]+', 1, level)
FROM dual
3) I am calling function from RD and passing Myind.Levelofcover( having value like a/b/c ) property
4) post execution getting below error
6) If I pass hard coded value as parameter like abc/xyz,klm it's working fine.