Skip to main content
Level 2
December 2, 2020
해결됨

How to Add Days to Client Data table date field

  • December 2, 2020
  • 4 답변들
  • 2200 조회

I want to update data for a client table where the dates are out of sync with our official records. We are processing batches where we want to add days to the date in the client data table.

 

I have been working with the 'Fields to Update' Source/Destination expression, but have been unable to successfully use the AddDays expression to the Client Data table date.

 

The expression works when pulling in Today's date (AddDays(GetDate(),35) but I am unsure of how to target the Client Data date field in place of the 'GetDate()' function.

 

In this case, my table is called @cusJourneyMembers.

Ultimately I am trying to target the Client Data Table date field: AddDays(insertClientDataTableDateField,35)

이 주제는 답변이 닫혔습니다.
최고의 답변: keertij82676895
You have to first Load the client data using Load Activity-->Reconcile using Econcilation and then try to update data

4 답변

Manoj_Kumar
Community Advisor
Community Advisor
December 2, 2020

Hello @nickwa7 ,

 

AddDays will only work when the data type of the columns is date-time. You will have to first convert the data type to date-time to make it work.

 

Thanks,

Manoj

Manoj  | https://themartech.pro
NickWa7작성자
Level 2
December 2, 2020
Thanks for your response, Manoj. This field is a date-time field, but it doesn't appear I can target the Client Data Table in the "Update Data" expression editor.
Sukrity_Wadhwa
Adobe Employee
Adobe Employee
December 14, 2020

Hi @nickwa7,

Were you able to resolve this query with either of the provided solutions or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa