Viewing 15 posts - 436 through 450 (of 540 total)
Thanks to all that posted. I have configured SSRS as suggested, now I need to have aplay. I will check out that link and have a read up.
Thanks,
Phil.
August 6, 2008 at 8:28 am
Resolved. My last post resolved the issue, I just needed to modify the report!
Thanks,
Phil.
June 3, 2008 at 8:59 am
Update
The following workin when I execute the SQL query but returns an error when I run the report?
'£' + CONVERT(varchar(12), CAST (CVCustomsValue.CustomFieldValueDecimal as money),1) AS CustomsValue
June 3, 2008 at 8:52 am
Hi Christopher. I do not know why I tried that as the data type is decimal so no conversion required!
I simply want to format to 2 decimal places.
'£' + CONVERT(varchar(12),CVCustomsValue.CustomFieldValueDecimal
The...
June 3, 2008 at 7:52 am
I have now modified the query as follows:
'£' + CONVERT(varchar(12),CVCustomsValue.CustomFieldValueDecimal,1)
How do I get it to display to 2 decimal places?
I tried:
'£' + CONVERT(varchar(12),CONVERT(decimal(5,2),CVCustomsValue.CustomFieldValueDecimal))
That returned error: Arithmetic overflow error converting...
June 3, 2008 at 7:16 am
Thanks Steve.
Phil
June 2, 2008 at 2:37 pm
Thanks for your feedback guys.
Phil.
May 30, 2008 at 12:48 pm
Hi Matt. Gave that a whirl. The report failed to return any records when I entered number of days as integer.
Is this due to the field being of data type...
May 30, 2008 at 12:53 am
Hi Matt. Missed your post. Thanks, will give that a whirl back at the office. The report runs as expected from within the application, just not within visual studio?
Thanks,
Phil.
May 29, 2008 at 11:27 am
Update. OK. If iI execute the query via the Dataset then enter value for @Expiry as 03/06/2008 the query runs as expected. If I execure via the calendar on the...
May 29, 2008 at 7:25 am
Hi. I have tried replacing the <= GETDATE() + 5 with <= @Expiry
In the report I set the parameter data type to DateTime. When I select the date from the...
May 29, 2008 at 7:20 am
Thanks. I now have a related question regards the report side that I will post to the relevent forum.
Many Thanks,
Phil.
May 29, 2008 at 6:17 am
Thanks for the reply Michael. I did not intend to change the schema. What I am doing currently is deleting the data from the tables in the database I wish...
May 17, 2008 at 2:15 am
Hi Sandy. Do you have an example as I could put that to good use.
Thanks,
Phil.
May 14, 2008 at 10:41 am
Viewing 15 posts - 436 through 450 (of 540 total)