This content has been marked as final.
Show 2 replies
-
1. Re: Replace Date field in Data with "Today()" +/- 3 months
Shinichiro MurakamiFeb 6, 2017 8:23 AM (in response to John Quintana)
Hi John
I partially understand you issue. But blending data has some restrictions and the behavior is heavily depends on the data.
Could you attach your packaged workbook (**.twbx) for the community member to start investigation easily.
Thanks,
Shin
-
2. Re: Replace Date field in Data with "Today()" +/- 3 months
Jim DehnerFeb 6, 2017 9:06 AM (in response to John Quintana)
I agree with Shin - would like to see more data to better understand the issue
but have you tried including something like below to check back 3 months - you would have to tie it to something by to check for sales by salesperson
Check date>>if dateadd('month',-3,Today())<[Order Date] then 1 end
Just a thought
Please let me know
Jim