Alteryx Designer Desktop Discussions

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

Help with creating workflow

Natalier84
5 - Atom

Hello, I am trying to change the policy# cell from having "/" into multiple standalone rows but keep the rest of the columns containing the same data. All ideas are welcome! Attached is an example of what I am trying to achieve.

 

Trying to change this:

RegionClient IDAccount TypeAccount NameAccount NumberStageOpportunity NameTypePolicy #ProductsCurrencyAmountTax ID
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012ACoreUSD              546.7812-3456789
Strategic00987CustomerNatalie123456789ClosedNatalieRenewal00987Z/XCoreUSD              683.6812-3456789
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012P/W/ZCoreUSD           9,856.4512-3456789
Strategic00097CustomerNatalie123456789ClosedNatalieRenewal00097KCoreUSD        63,247.6812-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123A/B/C/D/ECoreUSD        54,687.7712-3456789

 

To this:

RegionClient IDAccount TypeAccount NameAccount NumberStageOpportunity NameTypePolicy #ProductsCurrencyAmountTax ID
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012ACoreUSD              546.7812-3456789
Strategic00987CustomerNatalie123456789ClosedNatalieRenewal00987ZCoreUSD              683.6812-3456789
Strategic00987CustomerNatalie123456789ClosedNatalieRenewal00987XCoreUSD              683.6812-3456789
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012PCoreUSD           9,856.4512-3456789
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012WCoreUSD           9,856.4512-3456789
Strategic00012CustomerNatalie123456789ClosedNatalieRenewal00012ZCoreUSD           9,856.4512-3456789
Strategic00097CustomerNatalie123456789ClosedNatalieRenewal00097KCoreUSD        63,247.6812-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123ACoreUSD        54,687.7712-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123BCoreUSD        54,687.7712-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123CCoreUSD        54,687.7712-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123DCoreUSD        54,687.7712-3456789
Strategic00123CustomerNatalie123456789ClosedNatalieRenewal00123ECoreUSD        54,687.7712-3456789
5 REPLIES 5
Bren_Spill
12 - Quasar

@Natalier84  - See attached. Thanks!

Natalier84
5 - Atom

Brendan - Thank you very much for your help!

Bren_Spill
12 - Quasar

No problem @Natalier84! If you could accept my answer as the solution that'd be great. Thanks!

grazitti_sapna
17 - Castor

@Natalier84 Here is the dynamic solution for your problem, This will help you to achieve the desired result. Please try the below workflow to get the desired output. Let me know if you have any questions.
Thanks

Sapna Gupta
Natalier84
5 - Atom

Thank you very much for your help! 

Labels