Viewing 15 posts - 781 through 795 (of 9,641 total)
Jim has one idea.
Another way to do it is to script requiring SQLCMD mode, then you can specify the connection in the script. You can include this snippet...
August 20, 2014 at 10:57 am
Have you added a Row Group on Division? Just doing the Sum() on the detail row isn't going to add grouping. You need to explicitly add a group....
August 20, 2014 at 8:22 am
I'd open a support case for this since you have applied the CU that should have fixed this issue. It is unlikely you'll get an answer on a forum...
August 20, 2014 at 8:19 am
Once you have deployed a report the original settings for parameter defaults are not changed when you re-deploy the report. If you need to add or change defaults to...
August 20, 2014 at 8:13 am
Sean Lange (8/20/2014)
dirk.dromgoole (8/20/2014)
August 20, 2014 at 8:11 am
If you provide table DDL and some sample data as mentioned in the first link in my signature it would make much easier to provide accurate and tested solutions.
Whenever you...
August 20, 2014 at 8:07 am
Since you are returning everything in one data set you need to use filters on the tablii. Here's an article on filters that should get you started.
For data region...
August 20, 2014 at 7:00 am
If I understand your question correctly, the answer is no. You cannot make the report header appear above the parameters. The parameter selection area is not really part...
August 20, 2014 at 6:52 am
abigail.tomlins (8/20/2014)
The report is calling a stored procedure so speed wise it should be ok, I'm wondering whether it's just the amount of data it's trying to retreive as...
August 20, 2014 at 6:40 am
Like2SQL (8/19/2014)
August 19, 2014 at 12:11 pm
Greg Edwards-268690 (8/19/2014)
Koen Verbeeck (8/19/2014)
David Burrows (8/19/2014)
Koen Verbeeck (8/19/2014)
higgim (8/18/2014)
Qira (8/18/2014)
You're helping me sir. Thanks...
August 19, 2014 at 8:08 am
I agree with most of what gbritton1 has posted.
This type of business logic does belong in the application and a submit button shouldn't be enabled until all the data passes...
August 19, 2014 at 8:05 am
mnovosel (8/18/2014)
August 18, 2014 at 2:34 pm
Something like this could work:
DECLARE @string VARCHAR(1000) = 'this is a string with some non-printable characters at the end '
/* 67 characters including spaces at...
August 18, 2014 at 12:45 pm
clayman (8/18/2014)
The result sets returned for those data sets are different (number of columns returned / data types) so not sure if it's possible to do...
August 18, 2014 at 11:26 am
Viewing 15 posts - 781 through 795 (of 9,641 total)