Dot-walked Related List Conditions in report not returning correct resultsDescriptionWhen using certain related list conditions in reports, these conditions are skipped, with the query output showing unexpected results.Steps to Reproduce 1. Navigate to the Software Category dictionary entry in cmdb_software_product_model table: /sys_dictionary.do?sys_id=209b93f81b022010f20efd9c0a4bcbb3&sysparm_view=advanced2. Change the Choice to Dropdown with --None-- (must specify a default value) 3. Set the default value to 'Operating System'4. Add a new choice as 'Operating System' with value 'operating_system5. Turn on SQL debug6. In Software installations (cmdb_sam_sw_install) list view, run the following filter: Discovery Model -> Software Model -> Software Category = Operating system/cmdb_sam_sw_install_list.do?sysparm_query=discovery_model.model.software_category%3Doperating_system&sysparm_list_mode=grid7. Search for 'software_category' or 'operating_system' in SQL queries and observe this query is present8. Create a new Report on the Server (cmdb_ci_server) table with the following Related List filter: Discovery Model -> Software Model -> Software Category = Operating system/sys_report_template.do?jvar_report_id=2164d9631bf7e010f20efd9c0a4bcb0d9. Save and run the report10. Check the SQL queries and search for 'software_category' or 'operating_system'WorkaroundAfter carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make this decision lightly, and we apologise for any inconvenience. The workaround is the same as the related known error PRB1428329/KB0863042.Related Problem: PRB1496257