yesterdays date
- 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
I have a CSV file with date filed on it, I would like to filter yesterday data dynamically each day. This workflow runs every day. I have tied to filter it out and this filter gets null after I changed it to date field after the CSV file.
Can you explain to me please when I am doing wrong here ?
Solved! Go to Solution.
- Labels:
- Data Investigation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Borisham ,
Have you tried to filter using the datetimenow function?
[DateColumn] = DateTimeAdd(DateTimeNow(),-1,'days')
This funtion as it is set up right now will take only rows which have yesterdays data.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @afv2688
How should I use in this function ? can you explain this please ?
My workflow looks like
1. CSV file (event-date)
2. Select, all the fields type as V_String and I have changed the event-date to Date field in order to help me to filter this field.
3. at this point - all the data in this field look like NULL and I don't get why
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Borisham ,
Unless the data is formated using the ISO standard (YYYY-MM-DD) Alteryx won't be able to understand the dates and will fill them with nulls.
Could you give me some date examples you have in the column to be able to give you a formula to translate it?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey, for instance, it looks like 25/01/2021 on the CSV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Borisham
I have set up this little workflow where I first convert to date and after do the filtering.
If you need anything else let me know.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey, Sorry, I have just checked it again and it still finds these values as null
can you have me please ?
It is become as null on the multi-field formula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Borisham,
Does the metadata show the date column as "Date" after the multifield formula?
Is it happening to every row or just to some of them? there may be something interferring (some character)?
Would it be possible to share a few lines of your csv with the data altered (not the dates)? I just would neet to check some lines to see what is really happening.
Regards
