I am Using crystal Reports 2008.
This is how the data is :
When a report is in scheduled status then the FolderPath consists of the FolderName as well as the Report Name.This is the case for all scheduled reports
FolderPath : /CustomerDetails/CustomerDetails.rpt/
Status : Scheduled
ReportName : CustomerDetails.rpt
FolderPath : /User Folders/ABC/Emergency_SIT_Reconciliation Summary /
Status : Scheduled
ReportName : Emergency_SIT_Reconciliation Summary
When a report is in Viewed status then the FolderPath consists of the FolderName only.This is the case for all viewed Reports
FolderPath : /Product/ProductInventory/ProductDetails/
Status : Viewed
ReportName : New Product Details.rpt
I would like to split the FolderPath in both the status such that i get only the folder and subfolder name
Hopefully this helps.