Hallo zusammen,
Gibt es eine Möglichkeit in Alteryx eine gewisse Anzahl Stück von einem Artikel auf verfügbare Batches zuzuordenen?
Beispiel:
Ich Habe Artikel: 123456 und 5 Stück muss ich nun quasi suchen von all den vorhanden Batches welche in verschiedener Anzahl vorhanden sind:
Batch: AB123 Stück: 2 Ablaufdatum: 31.03.2021
Batch: AB486 Stück: 4 Ablaufdatum: 31.03.2022
Batch: AB879 Stück: 12 Ablaufdatum: 31.03.2023
Wie müsste man dies programmieren damit das längste(oder kürzeste) Ablaufdatum berücksichtig und danach nur die benötigte Stückzahl auflistet auf Batch Level?
Irgendwelche Ideen?
Grüsse,
Pascal
Solved! Go to Solution.
Hi Pascal
Try this adjusted version of the Multi-Row Formula to calculated the units used from each batch, followed by a Filter to remove the ones which are not relevant.
I would encourage you to play around with the Multi-Row Formula tool - it is very powerful, and you can use it for lots of similar things if you get the hang of it.
Hi Hanna,
I will defiinitly use it more. My last question on this topis is regarding "item numbering".
As you can see in the screenshot there are leading 0 and it is required to number it new like: 000010, 000020,000030 for each line.
I tried todo it with the Record ID but the leading 0 will disapear.
Any idea?
Regards,
Pascal
I noted that I missing some Batches in my Output although der is available QTY.
Can you please take a look on attached Output? You see the first line is already negativ but we have 91EA from the first Batch available and we only 40 EA of it. Please see below current formual...
IF [RunTot_Unrestricted] < [QTY to return to Memphis (rounded)]
THEN [Unrestricted]
ELSEIF [RunTot_Unrestricted] >= [QTY to return to Memphis (rounded)]
THEN [QTY to return to Memphis (rounded)] - [Row-1:RunTot_Unrestricted]
ELSE 0
ENDIF
Thank you for you help,
Pascal
Are you able to help me on below issue as well?
I need to fix it before I go to my vacation 🙂
Regards,
Pascal
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |