Viewing 15 posts - 31 through 45 (of 83 total)
Hi Steve,
This still gives me the same value i.e. 38. It does the same way like average function do i.e. (30+30+30+50+50/5).
I need it to calculate 40 (30+50/2).
August 15, 2011 at 2:08 pm
It is not giving me any error. It is just not displaying the average like I want. In the grand total it shows the average for Total Units column as...
August 15, 2011 at 8:32 am
If I develop 4 subreports also, when my user wants to see the 4th level which has again 200k rows and I think it will be again the same issue....
October 1, 2010 at 7:34 am
I need to develop a report which has 4 levels of drill down, so instead of creating 4 subreports i just thought of using toogle and develop the report.
September 30, 2010 at 3:03 pm
Hello,
My SSRS is not on the same physical system of my database.
I’m developing a drill down report and I need all the rows. I have all done all my...
September 30, 2010 at 2:47 pm
Its givving Query Engine Error. Its running fine on my system. Just when i publish it on the server its failing.
July 9, 2010 at 7:21 am
I have created an identity and joined both the tables on them. I created clustered index on the identity so that the order is not changed. So far it works,...
April 8, 2010 at 2:54 pm
When i used the full outer join, its not giving me the results which i want. It's giving me like this:
NULL ...
April 8, 2010 at 12:01 pm
Thank you. While I was working after reading the article, my user suggested she wants it in CSV format. Which I can manage.
I know I may get these kinds of...
October 27, 2009 at 9:22 am
it worked when i changed it like below and then pass in open query.
Declare @SalesMonth int
Declare @SalesYear int
DECLARE @TSQL varchar(8000)
Set @SalesMonth = 5
Set @SalesYear = 2009
Declare @SalesMonth1 varchar(10)
Declare...
August 25, 2009 at 12:12 pm
Hi, I tried it before but it was not giving the output the way I desired.
NULLNULLNULL2009/04/01 - 2009/04/07
110.00A2009/04/08 - 2009/04/14
210.00B2009/04/15 - 2009/04/21
April 24, 2009 at 9:57 am
Suppose if the start date is ‘2009/04/01’ and end date is ‘2009/04/19’ then I need to split them as
Startdate1=’2009/04/01’
Enddate1=’2009/04/07’
Startdate2=’2009/04/08’
Enddate2=’2009/04/15
Startdate3=’2009/04/16’
Enddate3=’2009/04/19’
Like this I need to split the days. The maximum which...
April 23, 2009 at 8:16 am
Viewing 15 posts - 31 through 45 (of 83 total)