Hello,
Is there any way (VTL macro or API) to get the no. of items from Set/Folder of test case . e.g the JAMA GUI shows the no. of items , I am looking for any API to just read the no.
Following is snapshot from JAMA
I can do it using foreach , but is there any other way too ??
#set($Total_count=0)
#foreach( $vDoc in $documentList)
#set($Total_count = $Total_count+1)
#end
Thanks and Regards,
Monika
------------------------------
Monika Tripathi
ResMed
------------------------------