W
W
wwwgop2018-07-06 23:31:57
1C
wwwgop, 2018-07-06 23:31:57

How to change a request in 1C?

SELECT
Nomenclature.Reference AS Nomenclature
FROM Directory.Nomenclature AS Nomenclature
WHERE Nomenclature.Type of Nomenclature =
VALUE(Enumeration.Types of Nomenclature.Product) UNITE
ALL
SELECT
Nomenclature.Reference
FROM Directory.Nomenclature AS Nomenclature
WHERE What needs to be changed in the query body/layout settings so that the selection that the user imposes in the build settings only applies to the first join in the query. That is, so that the user can filter only the list of goods, and services are always displayed in full.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kinash, 2018-07-07
@Dementor

A request in the data source is just your wish to the system to collect information. If you don't explicitly output a field (registrar, in this case), then the layout system optimizes the query for faster execution before execution - in this case, it removes references to an unused registrar.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question