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.

Excel Output issue

Agarwal_Yash91
8 - Asteroid

Hi All,

 

I am struggling to get excel output in desired format.

Input:

ProductRegionCurrencyFX CurrencyFiscalActualBudgetForecast
1UkEURUSD202108500450550
1USUSDUSD202108850  

Output: I am using cross tab tool and get output in below format.

 

   ActualActualBudgetBudgetForecastForecast
   202108202109202108202109202108202109
ProductRegionCurrencyUSD(FX Currency)USD(FX Currency)USD(FX Currency)USD(FX Currency)USD(FX Currency)USD(FX Currency)
1UKEUR500 450 550700

 

Please note data in first column starts from row 4 with header in row 3(first 2 two rows blank).

 

I need to split the files based on FX currency and in current i am missing on header while splitting data using output tool.

 

Thanks

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@Agarwal_Yash91,

 

I started with the input below 

 

messi007_2-1629727364197.png

 

 

I divided the workflow on two part the first one is to get the values of the current month and the second one is to get values for the following one.

 

messi007_1-1629727322923.png

 

Attached the workflow.

 

Hope this helps! 

Regards

Agarwal_Yash91
8 - Asteroid

@messi007 the ask is to have data other way round.

Input you used is expected output.

 

Labels
Top Solution Authors