Combining the contents of dynamic columns DynamicStringColumnsForConsolidation

Z Solvertech
Verze z 17. 8. 2022, 11:40, kterou vytvořil Jana.safferova (diskuse | příspěvky) (založena nová stránka s textem „'''Example:'''“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání
Jiné jazyky:

It is used, for example, when consolidating jobs where multiple order numbers fall under one ID, etc. Within the Tasha layout, only the first order number would be visible without filling this field, the others would not be transposed.



Example:

In Tasha, we want to see all the order numbers of the consolidated order that are in the input data in the id_document column.



<DynamicStringColumnsForConsolidation>

   <string>id_dokladu</string>

</DynamicStringColumnsForConsolidation>



No consolidation of dynamic columns Consolidated dynamic columns

TAS Pokroile Pluginy Input, Output Import ScenarioImporter Sluovani obsahu dynamickych sloupc DynamicStringColumnsForConsolidationnekonsolidovanedympole.png


TAS Pokroile Pluginy Input, Output Import ScenarioImporter Sluovani obsahu dynamickych sloupc DynamicStringColumnsForConsolidationkonsolidovane.png


Please note that even numbers are consolidated as a string, so if you consolidate the values 1, 2 and 3, the result of the consolidation will not be 6, but 1;2;3.