This topic is locked

Advanced search

6/3/2024 5:44:56 AM
PHPRunner General questions
B
bluestrikealpha author

Hi,

It is possivel use the advanced search to search on a master table for the lines that doens't have any child report?

Because I have a master table with my product and details table with the inspection for these product, then I need to know wich ones didn't have the inspection done yet

Thank you in advance.

Sergey Kornilov admin 6/3/2024

It is possible in general but you need to figure out the correct SQL query outside of PHPRunner first. Search in PHPRunner is looking for specific data while you need to search for records existence and syntax will be different. Once you figure this out, it will be esier to implement it in PHPRunner as well.