Hi,
Can anyone tell me how to print the name of the report (XYZ.rpt) without the path. In special fields there is a field called "File Path and Name". I need to print only the name and not the path of the report.
If anyone has done this before please let me know.
Thanks,Soething like
select reverse(substring(reverse(path),1,charindex('/',reverse(path),1)-1))
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment