-
Re: Matching value from different row based on condition
Another way to do it requires a few steps so might not be the most efficient way: 1) Extract new table that only has the Group and Values only for Role == Lead. You can use Prepare or Split recipes (…1 · -
Re: unintended data filtering from Prepare Recipe
@tgb417 @Turribeach Thank you, I think I will submit a ticket to understand why and I since solved the problem. After creating the stand alone recipe I ran the recipe with several engines and the res…1 · -
Re: month and year
Agreed. If you need to know the year within the month than one way to do it is a prepare recipe that concatenates the year and month column. Caution the output column will now be a text column. Depen…1 · -
Recommendation with build options to control rebuild propogation
I have a flow that doesn't need all datasets rebuilt and would love to get your recommendation on how to implement but also keep it simple. Flow A I will want to build and launch with a scenario X. N…1 ·