Quantcast
Viewing all articles
Browse latest Browse all 14708

Re: Test Set Folder Path to text

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.

 

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>