Combining the contents of dynamic columns DynamicStringColumnsForConsolidation
Verze z 17. 8. 2022, 11:40, kterou vytvořil Jana.safferova (diskuse | příspěvky) (založena nová stránka s textem „'''Example:'''“)
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 |
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.

