A
A
Armenjan12020-08-28 13:26:54
1C
Armenjan1, 2020-08-28 13:26:54

1C How to uniqueize an array in 1C?

How can you unify an array in 1C? Any ideas or solutions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin, 2020-08-28
@fosihas

Upload to the Table of Values ​​and collapse by column.

A
Alexander, 2020-08-31
@Dem0lisher

immediately create an array with a query. the result of which is unloaded into the TK, collapse the TK and then from the TK unload the column
TK = RequestResult.Execute().Unload();
TK.Minimize(Nomenclature);
Array ofUniqueItemPositions = TK.UnloadColumn("Nomenclature");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question