Viewing 6 posts - 1 through 6 (of 6 total)
that fixes the syntax but it displays 0s for every row - even those where the measure that is tested is set to 1...
DISTINCTCOUNT( {CASE WHEN [Measures].[Alerts Completed] = 1...
March 15, 2011 at 7:07 am
figured it out - this will get error to show:
RAISERROR ( 'ERROR: boo',
...
December 9, 2010 at 6:48 am
i can get the BCP to create the export - thanks. I also created a format file but am not clear on how to specify the output to '|'...
December 7, 2010 at 7:37 am
Thanks - that is a lot easier than the direction i was headed: what about first day of last month?
I had this:
CONVERT(VARCHAR, MONTH(DATEADD(mm, -1, GETDATE()))) + '/01/'...
December 6, 2010 at 2:28 pm
Viewing 6 posts - 1 through 6 (of 6 total)