Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Reporting - in same Format for all Sheets

BRRLL99
11 - Bolide

I have following template , Only Amount and File name and value date keeps changing

 

MASTER CARD EURO19662 ( Keeps Changing)
ELECTRONIC TRANSFER FROM  
  
TEMPLATE IDEUR Card
 ACBD Bank
DEBIT121323
 Settlement Account
CURRENCYEUR
  
AMOUNT 
  
VALUE DATE 
  
BANKABC BANK
  
SWIFT CODENA
  
CNN800A
  
ACCOUNT NUMMastercard
  
  
ORGINATOR 
  
Organized by 

 

 

Input : I have input around 15 rows, for sample 3 are given

Expected Output : Given in Excel file , based on File name new sheet needs to be created in the same format

 

File-NameAmountDate
1966225678802-06-2025
188341083403-06-2025
1004545678904-06-2025

 

@binuacs @alexnajm @Qiu 

3 REPLIES 3
Brankl
7 - Meteor

Hi BRRLL99, could you please explain what you need help with? It sounds like you have a form where the file name and date value differ across input items. There are different ways to extract that information into the table you provided depending on the input source. For example, if the "amount" field is always in the same cell of an Excel file, you could hard-code a reference to that input location. Or if it is always preceded by the word "Amount," you could use regular expressions to parse the input

alexnajm
18 - Pollux
18 - Pollux

I am with @Brankl , not sure I understand how you got from your input to your output in this example. Also your file is still virus scanning, so you may need to reupload

OTrieger
14 - Magnetar

@BRRLL99 
You will need to Cross Tab the data. You can put filter before it to get the 3 needed lines or remove the unneeded headers post it to left with these 3 headers.

Labels
Top Solution Authors