Changing dates with the interface
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
Still an Alteryx rookie here. At the moment I am trying to build an interface for my workflow.
The flow is finished and so the dates are in the correct format I require.
I connected the Date interface to the date formula I want to be able to change when running the app. However, when I check the output, the date is not changed.
What am I doing wrong here?
(also, not sure if I even need the Datetime Parse function behind the formula, since the date is already in the desired format, but I am not sure the Date Interface recognizes dates in any format)
Any help would be much appreciated, thanks
Roger
Solved! Go to Solution.
- Labels:
- Interface Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Please do not use Datetimetoday in the formula tool, as it contains the date without "" mark.
When new date is selected in Date tool, it is string and any string without "" mark will throw an error or wrong output.
Hance, I request you do the changes at 2 places to work accurately.
Change the formula like below:
DateTimeFormat("2023-02-28","%d/%m/%Y")
Then on the action tool,
Output as expected:
Many thanks
Shanker V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@ShankerV You are correct, I didn’t notice that,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your input!
Have not been able to test this, but I will.
Really appreciate the help
Regards,
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your input!
Have not been able to test this, but I will.
Really appreciate the help
Regards,
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
that works like a charm!!
thanks a lot!!
