Viewing 8 posts - 1 through 8 (of 8 total)
Hi Jeff,
used this in WHERE clause as:
where Qtr >=DATEADD(qq,DATEDIFF(qq,0,GETDATE())-3,0) AND Qtr < DATEADD(dd,DATEDIFF(dd,0,GETDATE())+1,0)
i tried to convert but still getting the error
and getting conversion error :Conversion failed when converting...
March 4, 2016 at 11:52 am
Hi Jeff,
"do you want the report headings to auto-magically change based on today's date (whatever it is)?"
is there a way to do it ? I am not sure If possible...
March 3, 2016 at 6:46 pm
Hi
pietlinden
could you please elaborate a bit, I am not getting 🙁
March 3, 2016 at 6:42 pm
That's right!!! this table using Primarily for generating report and reports filtered based on YYYYMM column.
I really appreciate the responses and suggestions which makes me think and to...
January 28, 2016 at 10:10 am
Thanks for the suggestions
I figured this out finally....
Yearmo IN (select [yyyymm] from table where datediff(month, clndr_dt, getdate())<=11)
🙂
January 27, 2016 at 2:01 pm
Thanks Arnold:-) I got it !! I was confused before and highlighting in object explorer
May 15, 2015 at 1:35 pm
I tried this but some how its not working for me am I missing something
if possible can you share the screenshots as well.
May 15, 2015 at 12:32 pm
Viewing 8 posts - 1 through 8 (of 8 total)