We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Generate reclass journal entry records

Mariamfatimamirza
7 - Meteor

Hi,

 

I am trying to create a reclass journal entry based on an existing journal entry. I am attaching a sample input dataset and expected output for the same. Can somebody please help me out on how to generate the reclass entry rows? Thank you

 

Input:

Input.PNG

 

Expected Output:

Expected output.PNG

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@Mariamfatimamirza 
What is the logic behind this?

I can see the new value for Cost center, Account, and other columns, are we supposed to just assign the value or there is some sort of logic?

Mariamfatimamirza
7 - Meteor

Hi Qiu,

 

New values for cost center, account, other columns are based on a combination.For example:

  1. Cost Center: if cost center is "abc" then replace it by "xyz"
  2. Account: This will concatenation of 2 and reversing company code
  3. Project Code: This will be "ced"
  4. Other fields: "0000"

I can hard code the logic if I understand how to create the new rows.

Labels
Top Solution Authors