Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Summarize Date coming back as Nulls

Karl_Spratt
8 - Asteroid

Hi Community,

 

I'm trying to create a pivot view in Alteryx  but in the Summarize tool the Date coming back as Nulls

I have created this formula to add a column to change the created date into a Monthly date  formula is:

Datetimeformat([Created date], '%B-%Y')

 

Attaching pictures of what Im seeing ca some explain the issue please.

TIA,

Karl. 

9 REPLIES 9
atcodedog05
22 - Nova
22 - Nova

Hi @Karl_Spratt 

 

Please change the highlighted datatype to v_string. Alteryx supports date only if its in yyyy-mm-dd format all others would-be string.

 

atcodedog05_0-1634805183255.png

 

Hope this helps : )

 

Karl_Spratt
8 - Asteroid

Hi Atcodedog05,

When I create the date into a MMM-YYYY (V-String) later in the flow my pivot table is coming in alphabetical order, not in Month-YY Sort (like it would in excel ( Jan-20 to Oc-21) say.

How can I create the Pivot view in date sort now if i have to create a v-string column.

Any help is appreciated.

Cheers,

Karl.  

atcodedog05
22 - Nova
22 - Nova

Hi @Karl_Spratt 

 

Can you provide me sample data in excel I can help you out with an example. Provide me data before the conversion of date.

Karl_Spratt
8 - Asteroid

Hi atcodedog05,

Please see attached sample imput files, and the WF I'm creating, I need to create 2 Pivot output sheets for

Created Date = Order-Entry_Mth-Yr

Requested Date = CRD-Mth-Yr

 

And all the line level data in a 3rd sheet ( SAP Data)

 

Cheers,
Karl. 

atcodedog05
22 - Nova
22 - Nova

Hi @Karl_Spratt 

 

You can approach it like in the below workflow.

 

Workflow:

atcodedog05_0-1634815310027.png

 

Hope this helps : )

 

Karl_Spratt
8 - Asteroid

Hi Atcodedog05,

Last Question, how in the pivot view can I exclude the NO Frame Items, in excel pivot I'd just uncheck this data source.

I tried adding a select tool before / after the dynamic rename tool but I don't see the vale No Frame to exclude.  

 

Cheers,

Karl. 

atcodedog05
22 - Nova
22 - Nova

Hi @Karl_Spratt 

 

Use a filter tool and filter the row out like below.

 

Workflow:

atcodedog05_0-1634825472737.png

 

Hope this helps : )

 

Karl_Spratt
8 - Asteroid

Thanks atcodedog05 I will accept the as a solution.

I really appreciate your help here.

Regards,

Karl. 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Karl_Spratt 

Cheers and have a nice day!

Labels
Top Solution Authors