Hi Bharadwaj,
Maybe you use Excel Report, VBA or Sql because I have never seen this field in the HMI.
In the query builder of Excel Report :
-you can search child folders with this request :
SELECT * FROM Cycl_Fold WHERE cf_item_path like 'AAAAAMAAAAAG%'
-you can search father folder with this request :
SELECT * FROM Cycl_Fold WHERE cf_item_id in (SELECT cf_father_id FROM Cycl_Fold WHERE cf_item_path like 'AAAAAA')
The table CYCL_FOLD contains only folders, whatlimits theinterestof this kind ofrequest. For example, if you use the same request about requirements, the table REQ contains folders and requirements.