Viewing 15 posts - 976 through 990 (of 2,278 total)
Can you give a little more information please?
Why do you need 2 tables from one dataset?
What on the first table do you need to repeat on every page?
Pictures and sample...
August 11, 2011 at 7:00 am
I have include my domain id into local Administrators Group
Of the destination server?
August 11, 2011 at 6:56 am
I would check a couple of things.
First look at the Reporting Services database Execution log (view or table) to see if you can determine where the hang up is.
Second, if...
August 11, 2011 at 6:53 am
Well from your description it certainly sounds PC related. But I would at least check the Reporting Services database execution log (view or table) to make sure it shows...
August 11, 2011 at 6:49 am
bopeavy (8/10/2011)
SQLRNNR (8/10/2011)
pittyHole
in one!!
August 10, 2011 at 9:51 am
bopeavy (8/9/2011)
Ray K (8/9/2011)
Daniel Bowlin (8/9/2011)
--------------------------------------------------------------------------------
bopeavy (8/8/2011)
--------------------------------------------------------------------------------
Target
bullseye
Sheriff Woody
Blazing Saddles
Hey, that was on AMC just last night. Although they cut so much...
August 9, 2011 at 7:55 am
I was suggesting that you put that in your dataset query, not in the report itself.
My experience is that pulling data with a "comb filter" style expression is...
August 9, 2011 at 7:21 am
SWITCH is not available in T-SQL.
What is the error?
August 8, 2011 at 2:52 pm
You say you already checked this. But I would go back and check permissions again. Does the account that the SQL Server Agent uses have permissions to the...
August 8, 2011 at 12:24 pm
I would add another column to your dataset
CASE WHEN PremiumMonth >= DATEADD(mm,-3,GetDate()) THEN PAmount ELSE 0 END AS P3Amount
Then simply use the P3Amount column for your average
August 8, 2011 at 12:15 pm
Look at your path to the CSV file. It may be correct when you run from your computer, but incorrect on the server.
August 8, 2011 at 9:25 am
Viewing 15 posts - 976 through 990 (of 2,278 total)