Viewing 15 posts - 31 through 45 (of 183 total)
Hi there
I agree with you, I later used the following query:
(ISNULL(sum(case datepart(yy,t.orderdate) when 2008 then 1. else 0. end) * 1.0 /
NULLIF (sum(case datepart(yy,t.orderdate) when 2007 then 1. else 0....
October 1, 2008 at 4:21 am
Finally found the answer, one will need to use the following in the as the format code:
##0.##,"%"
September 29, 2008 at 3:55 am
Finally found the answer, one will need to use the following in the as the format code:
##0.##,"%"
September 29, 2008 at 3:54 am
I may sound a bit rude but is it spanish you are writing with?
September 26, 2008 at 11:06 am
Do you know how i can get the % symbol on my report without the figure changing?
September 26, 2008 at 10:57 am
When I run it in both SMS and the Query designer in BIDS, i get the right result set, but when i deply it, it appears in a different format.
September 26, 2008 at 8:13 am
Hello
Here is the RDL of the report...hope it helps
September 26, 2008 at 7:56 am
Hello
How can i send you the report definition, for you to check?
September 26, 2008 at 7:14 am
Thanks Guys, but i figured it out with the following query:
'SUM(CASE datepart(yy,t.orderdate) WHEN 2008 THEN t.ordertotal ELSE 0 END) AS '£ Orders in 2008'',
September 25, 2008 at 10:43 am
Hello Jack
the year and week together (multiply year by 100 to make room for the week number and add it on) We include the year so that if the result...
September 24, 2008 at 9:14 am
Hello Jack
Got the following error msg:
Msg 245, Level 16, State 1, Line 1
Conversion failed when converting the varchar value '*-43' to data type int.
September 24, 2008 at 8:52 am
sorry guys but my own syntax worked perfect for me, tried yours but got incorrect results....
September 19, 2008 at 12:02 pm
had a mismatch when trying to create a temp table and the data were not cor-related.....
September 19, 2008 at 10:36 am
Viewing 15 posts - 31 through 45 (of 183 total)