Viewing 15 posts - 46 through 60 (of 165 total)
Sorry, missed that bit of the requirements, the answer is No because it is just one group, so it won't recognise any difference between Country, State, City.
To summarise:
You need this...
July 15, 2008 at 2:38 am
Hi
Create your group by adding the first field (probably country), then right click on the group and click on edit group. This bring a dialogue box to the screen...
July 15, 2008 at 1:52 am
You could use the same principles as described above, but in a matrix.
The key is to ensure that you only have one row group, and that row group must be...
July 15, 2008 at 1:27 am
Yes, depends entirely on how you want to join them in the report but there are many possibilities:
1. Create two datasets, and have these printed on the report in...
July 15, 2008 at 1:23 am
No, for some reason unknown to me, they don't allow this.
Go figure......
July 14, 2008 at 4:33 pm
There is a drop down list on the tool bar which allows you to select Excel, then click on the export button. Should work fine.
Good luck,
July 14, 2008 at 3:27 pm
Once you have the value available in the main report body, you should then be able to refer to it in the footer by using the expression such as:
=ReportItems!FirstName.Value
This of...
July 14, 2008 at 3:18 pm
Hi
In that case I can only suggest that the storage inside the DB is incorrect, but that's about all I can say really, I can't be any more help.
Anyone else???????
July 14, 2008 at 9:36 am
Not sure what your problem can be here, I print images from the DB all the time without any problem at all.
After you have gone through the wizard to put...
July 14, 2008 at 9:18 am
Not sure how you're adding the £ symbol in there, but try doing something like
CAST(MoneyColumn AS Decimal(6,2) to ensure the value is coming to two decimal places.
Regards,
July 14, 2008 at 4:58 am
I have created a query using T-SQL, to generate a result set for a report. When I execute this query in SSMS, i get the right result format for money...
July 14, 2008 at 3:07 am
Standard chart reporting in SSRS does not support secondary X & Y Axis values, we bought the Dundas Charting Control in order to achieve this and many other things. ...
July 14, 2008 at 2:13 am
First, to limit the number of rows in any table or list box, the best thing to do is to set up a group on row numbers. You can...
July 14, 2008 at 1:33 am
In two different organisations I have used SQL inside the Dataset, and Stored Procedures.
Both work equally well.
Both accept parameters.
In my opinion Stored Procedures are the way to go simply because...
July 13, 2008 at 11:41 am
Viewing 15 posts - 46 through 60 (of 165 total)