Hi,
I'm pretty new using Alteryx.
I have two workflows in my project. The secondary workflow is intended to complement the main workflow.
Main = 52 rows
Secondary = 264000 rows
The doubt is simple. I don't find out the way to relate the two workflows without using Join. I think I must not use Join as the structure of data is completely different and the common field in both workflows have 3 different values (this field is not an identifier in common but a common characteristic). So I cannot use Join as the resulting rows would be in essence 52*(264000 / 3), and the table would not make any sense.
Being in the main workflow, I want to conditionally count registers from the secondary workflow.
When?
1. When the common field in the main and secondary matches, and,
2. When the date on the secondary is fewer than on main.
But I cannot do it with a simple Formula in the main workflow as the fields of secondary workflow do not appear when I'm editing the formula.
So, what is the tool that I should use to add the information from the secondary workflow to the main workflow? Cannot I call fields from a parallel workflow in a conditional way with a tool similar to Formula?
I would really appreciate any hint to continue. I'm pretty stuck now.
Many thanks in advance,
Best regards,
Fran