Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

IF THEN Formula

Destinitruth
6 - Meteoroid

The current data transformation process calculates monthly volumes based on a "J1 date."  This is the attachment with the record column.

The objective is to modify this process to utilize a "P-code date" instead when there is a p-code date availbale in the EE arch launch date.. The existing data includes a calculated monthly volume and a "P-code date" field, with the possibility of missing "P-code date" values. The goal is to create a new field representing annual volume, correctly accounting for the different starting dates.

 

P-code date attachment is the input 

P-code output is the result I need it in. 

 

I would appreciate any help. 

 

Thank you

 

 

 

 

 

 

2 REPLIES 2
OTrieger
14 - Magnetar

@Destinitruth 

I'm trying to understand your question. The time is IF THEN Formula and in the output file you inly modified the data format.

 

To change date format there are different tools that you can use. You first goal will be to convert it to Alteryx date format, and you can do it with DateTime Parse tool.

Qiu
21 - Polaris
21 - Polaris

@Destinitruth 
Maybe you can share the data set rather than the Snapshot?

Labels
Top Solution Authors