Hi lovely comunity, in this oportunity i´m trying to make a big column that agregates all the information of other process in the same workflow, honestly i dont have any idea of how to make it work.
I will upload a picture to make more clear the request. Thnks alot
I don’t completely understand what you’re trying to do.
But if I were to guess, I’d use Row Filter nodes to isolate the rows you want from the various tables, then use a Concatenate node to do the aggregation.
i have a long workflow so i have different tables in different places and i want to make a big new table with all the number output i get at the beginning of the flow
Sounds like a job for the Extract Table Dimension node. If you place those at every point where you want to measure the size, rename it accordingly and then use a Concatenate node at the end to merge it all.
Hmmm… I would shadow @elsamuel and say that Row Filter nodes (to isolate rows with Row() as ID) + Concatenate node would do the job.
Please confirm / specify your expectations @JJV
tnks for the recomendation, i will try this node
Yes, but as I say, the row filter works on the same table, and I need to transfer all the different “TOTAL” = “final results” in a new table to do an automatic presentation of the final products.
@JJV I would use as many Row Filter nodes as many tables you work with. Probably, each Row Filter will generate one row of total data and then Concatenade node will combine those single rows into one table.
But I’m just guessing what might be needed and what might work.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.