Viewing 15 posts - 436 through 450 (of 2,278 total)
Don't quote me but I believe if you are redirecting rows to an error output then it needs to be handled in the dataflow. The OnError is triggered by...
May 29, 2012 at 8:01 am
You say you have the parameters set up like this:
[AccountCode] [AccountCode]
[StartDate] [@StartDate]
[EndDate] [@EndDate]
Shouldn't it be like this:
[AccountCode] [@AccountCode]
[StartDate] [@StartDate]
[EndDate] [@EndDate]
May 29, 2012 at 7:55 am
Assuming this formula is happening on multiple rows within the detail of the report. Try something like this:
SWITCH(count(fields!id.value) <= 50,"1-50",count(fields!id.value)<=200,"51-200",count(fields!id.value)<=500,"201-500",1=1,"Greater than 500")
May 29, 2012 at 7:46 am
In the report project properties you should see all the deployment targets. These must be filled in to deploy. Once deployed there is no file deployed so there...
May 29, 2012 at 7:39 am
Are you actually getting 2 sub reports, or is the data showing twice in one sub report?
May 29, 2012 at 7:35 am
anthony.green (5/28/2012)
SQLDBA360 (5/28/2012)
anthony.green (5/25/2012)
crookj (5/25/2012)
anthony.green (5/25/2012)
Ray K (5/25/2012)
SQLRNNR (5/24/2012)
crookj (5/24/2012)
Daniel Bowlin (5/24/2012)
anthony.green (5/24/2012)
Ray K (5/24/2012)
SQLRNNR (5/23/2012)
Revenant (5/23/2012)
tigerSurvivor
Foreigner
asylum
records
I Want to Know What Love Is
Shakespeare's Sister
Whistler's Mother
Mr Bean
Mr Bill
Bill and Ben the...
May 29, 2012 at 7:32 am
Does your report have a header right now or just a body? If no, go to report properties >> Add Report Header and drop your header elements there.
May 24, 2012 at 11:03 am
anthony.green (5/24/2012)
Ray K (5/24/2012)
SQLRNNR (5/23/2012)
Revenant (5/23/2012)
tigerSurvivor
Foreigner
asylum
records
May 24, 2012 at 7:30 am
Ah, it is not that you don't have it now, it is that you won't have it after the upgrade. That is unfortunate.
May 23, 2012 at 12:00 pm
L' Eomot Inversé (5/23/2012)
SQLRNNR (5/22/2012)
slotmachine
one armed bandit
May 23, 2012 at 6:53 am
I agree with some of the other posts that express frustration that this is the default setting that seems rather contrary to an explicit transaction.
So the take away...
May 23, 2012 at 6:51 am
Use this formula to make sure your data is not spilling over onto a blank page.
body size + left margin + right margin <= page width.
You can get...
May 22, 2012 at 11:06 am
I would probably create a master package that checked for the existence of the updated data and schedule it to run maybe every 5 minutes. If the data is...
May 22, 2012 at 7:30 am
I am not sure the print layout is what you want, it sounds like your columns have their visibility turned off. Right click on the column and go to...
May 21, 2012 at 7:21 am
Viewing 15 posts - 436 through 450 (of 2,278 total)