Ninja-Cyborg commented on issue #5941: URL: https://github.com/apache/jmeter/issues/5941#issuecomment-1564715965
Hi @zdmis345 I believe you do not want child elements of Transactional controller to show in HTML reports under Statistics section. Here is what worked for me, it removes child entries from reports (only issue is it also removes child sample count): 1. Check Generate parent sample in Jmeter GUI, save to jmx file 2. Add following property in user.properties file: jmeter.save.saveservice.subresults=false 3. restart the JMeter to reload changes 4. Run the file from command line Or you can pass argument in along in command line: -Jjmeter.save.saveservice.subresults=false Here is sample output:  *It hides child entry, but also ignore child sample counts* JMeter Test Plan:  Please let me know if it provides any help in your scenario. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org