Cast your vote for the official 2025 Inspire Pin! Designs were submitted by fellow Community members and reflect the creativity and passion of Alteryx users across the globe. Vote now!
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

How to add a Date located in one column to another column using the multi row tool?

FlaviaJ
アトム

I'm having trouble creating the expression to move a date found in Cell B2 to column called date at the end of the worksheet and to populate it all the way down to the end row.

 

Here is my current expression:  IF ISEMPTY([Date]) THEN [Row-1:Date] ELSE [Date] ENDIF

4件の返信4
kylecoleman
メテオロイド

I think you'll find success using Append Fields while filtering the source data to rows where Statement Date is in your first column. This works without having to write an expression. You'll have to re-direct the file reading bits if you want to run the one I've attached.

nagakavyasri
クエーサー

@FlaviaJ You can try using this:

 

Screenshot 2024-03-07 171730.png

FlaviaJ
アトム

Thank you nagakavyasri for helping me resolve this with a different tool.

FlaviaJ
アトム

Thank you Kylecoleman for helping me.   This simple task was frustrating me.

 

I also realized the Data Cleansing didn't have the fields checked off so that also fixed my problem.

ラベル
トップのソリューション投稿者