Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Complex Table Creation required as Output

NatzAsh01
8 - Asteroid

What is the best way to pull data from certain columns based upon a specifics within another column - attached is my output sample.
1) I am trying to recreate a "Table" in alteryx, essentially doing a lookup on columns F6-K6 using data from the "E" column.
2) My Excel has =IF(ISNUMBER(FIND($E$10,$G$6)),"-","NOT APPLICABLE") as well

 

     Style (Keep Blank if app) MODMODMODMOD
     DepartmentFabric SourcingProductionTailoring Customer Service Dispatch
     OwnerRyan Ryan Ryan Ryan Ryan 
     Secondary OwnerPearlPearlPearlPearlPearl
     Fabric CheckCottonDenimOrganzaCottonSilk
     FabricCotton/SilkDenimCotton/Denim/Organza/SilkCottonCotton/Denim/Organza/Silk
     Completed by     
OrderIDNameCostStyleFabric 31525
747380Kevin1500TopsCotton -NOT APPLICABLE---
747896Mark1500TopsDenim NOT APPLICABLE--NOT APPLICABLE-
787985Mary1000TopsOrganza NOT APPLICABLENOT APPLICABLE-NOT APPLICABLE-
759876Rose1000BottomsCotton -NOT APPLICABLE---
758964John2000BottomsSilk -NOT APPLICABLE-NOT APPLICABLE-
5 REPLIES 5
NatzAsh01
8 - Asteroid
     Style (Keep Blank if app) MODMODMODMOD
     DepartmentFabric SourcingProductionTailoring Customer Service Dispatch
     OwnerRyan Ryan Ryan Ryan Ryan 
     Secondary OwnerPearlPearlPearlPearlPearl
     Fabric CheckCottonDenimOrganzaCottonSilk
     FabricCotton/SilkDenimCotton/Denim/Organza/SilkCottonCotton/Denim/Organza/Silk
     Completed by     
OrderIDNameCostStyleFabric 31525
747380Kevin1500TopsCotton -NOT APPLICABLE---
747896Mark1500TopsDenim NOT APPLICABLE--NOT APPLICABLE-
787985Mary1000TopsOrganza NOT APPLICABLENOT APPLICABLE-NOT APPLICABLE-
759876Rose1000BottomsCotton -NOT APPLICABLE---
758964John2000BottomsSilk -NOT APPLICABLE-NOT APPLICABLE-
Yoshiro_Fujimori
15 - Aurora

Hi @NatzAsh01 ,

 

I tried to follow your expected output.

As a weekly challenge problem, it was fun, but the output format is not easy to deal with for the future use on Alteryx.

I recommend you revise the output format so that it satisfies First Normal Form.

 

Workflow

1272869_Workflow.png

 

Output

OrderIDNameCostStyleFabric12345
    Style (Keep Blank if app) MODMODMODMOD
    DepartmentFabric SourcingProductionTailoring Customer Service Dispatch
    OwnerRyan Ryan Ryan Ryan Ryan 
    Secondary OwnerPearlPearlPearlPearlPearl
    Fabric CheckCottonDenimOrganzaCottonSilk
    FabricCotton/SilkDenimCotton/Denim/Organza/SilkCottonCotton/Denim/Organza/Silk
    Completed by     
     31525
747380Kevin1500TopsCotton-Not Applicable---
747896Mark1500TopsDenimNot Applicable--Not Applicable-
787985Mary1000TopsOrganzaNot ApplicableNot Applicable-Not Applicable-
759876Rose1000BottomsCotton-Not Applicable---
758964John2000BottomsSilk-Not Applicable-Not Applicable-
Raj
15 - Aurora

@NatzAsh01 
Please find attached with changes.

Hope this is solved now
@Yoshiro_Fujimori Great logic !

Mark as done if this is solved.

NatzAsh01
8 - Asteroid

Im taking a look at this now.. Thank you Both

NatzAsh01
8 - Asteroid

Thank you both - :) Brilliant stuff

Labels