Hello,
I hope somebody can help me. I need to sum the days of warranty to the initial day and plug it to a master file i am doing.
Thanks an best regards.
Ramiro.
Hi @IsaacRamiro
You need to use a few date time formulas:
More info on datetime formulas: DateTime Functions | Alteryx Help
DateTimeFormat(DateTimeAdd(datetimeparse([Date],'%d/%m/%Y'),[Days of warranty],'days'),'%d/%m/%Y')
@IsaacRamiro another way of doing with the DateTime tool. I agree that @Luke_C method's is the simple one but I want to show you the other methods as well.