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.

Adding a description of SAP technical names as a sub-header in a report.

OIT
6 - Meteoroid

Hi All,

 

I am new to Alteryx. I am trying to create a workflow that adds descriptions as sub-headers to SAP technical names in a report.

Any support will be appreciated. thanks!  For example, I have 2 Excel files 

 

The first File contains the SAP report with technical names:

 
LIFNRNAME1ORT01LAND 1
0ABerlinGermany
1BBerlinGermany
2CBerlinGermany
3DBerlinGermany

 

The second file contains technical names and their descriptions:

FieldDescription
LIFNRAccount Number of Vendor or Creditor
NAME1Name 1
ORT01City
ALCAgency Location Code
LAND1Country Key
ANREDTitle

 

Desired Output:

LIFNRNAME1ORT01LAND1
Account Number of Vendor or CreditorName 1CityCountry Key
0ABerlinGermany
1BBerlinGermany
2CBerlinGermany
3DBerlin

Germany

 

I am trying to create a work flow that will search through the description list and only pull out the description that applies to the report.

2 REPLIES 2
cjaneczko
13 - Pulsar

How about this?

 

image.pngimage.png

OIT
6 - Meteoroid

Hi @cjaneczko

Many thanks! This worked perfectly.

Labels
Top Solution Authors