Hello,
I don't know how but I need to merge multiple rows to one word document. This is the problem: I have like 4 or more row query result from sql view, data is always same only for fiew colums data changes per row something like
1 1 1 2 1 1 1
1 1 1 3 1 1 1
1 1 1 4 1 1 1
How can I merge every 1 result from this example and 2,3,4 like this?
Hope someone will understand what I need

. I try to solve this on sql view level but everyone suggest it is much easier to solve this while merging.
Thanks.