Viewing 15 posts - 16 through 30 (of 249 total)
Try this:
SELECT COUNT(*) AS TotalCount,Quality.Qualitydesc
FROM QualityCheck INNER JOIN Quality
ON QualityCheck.QualityID = Quality.qualityID
WHERE DATEDIFF(d,DueDate,GETDATE())...
June 2, 2014 at 4:29 pm
It is also possible to get a result 1000,200000,199000,1,1 as the data type of lastupdatedatetime is not stated nor is the value. The question says that a single value...
May 12, 2014 at 1:23 am
This is a common requirement, to calculate the percentage of total given a list of values.
The normal calculation would be : Percentage of Total = ThisValue / Total
Your calculations look...
May 7, 2014 at 4:50 am
Can you provide a picture of what you want as output? How does the picture I provided differ from your original request?
Fitz
December 16, 2013 at 11:08 pm
This is something I answered in a course a few weeks ago. Not the most elegant of charts at the end but it was what the client wanted.
Example source...
December 13, 2013 at 8:45 am
Could you please include a screenshot of your report design as I think you may not have grouped the report correctly.
Fitz
November 26, 2013 at 9:28 am
Assuming that you get the parameter choices from a dataset then how about:
1. Checking the number of selected items in the multivalue parameter against the number of choices available from...
November 26, 2013 at 9:14 am
Within your tablix you have a group (DocNumber) and a details row at present. Create another group level between the two existing items, by adding a child group to...
November 11, 2013 at 6:34 am
Better for you to try an example.
1. Create a new report and add two text fields one below the other, does not matter how far apart they are.
2. Change the...
November 3, 2013 at 9:55 am
wendy elizabeth (11/3/2013)
1. "Table with no allow auto filter in excel.'? Can you tell me what you mean by the...
November 3, 2013 at 9:11 am
If you have not used merged cells within your report then this would be caused by text boxes such as headers and footers that do not exactly match the widths...
November 3, 2013 at 2:25 am
sharonsql2013 (11/1/2013)
November 1, 2013 at 12:37 pm
I have reproduced you requirement using a different cube. The issue is the hierarchy you have chosen to show ([Date].[Calendar Semester of Year].[Calendar Semester of Year]) is part of...
November 1, 2013 at 3:38 am
sharonsql2013 (10/31/2013)
The expression of the "PercentColumn "is :
=IIF(Fields!PreviousYear.value ...
November 1, 2013 at 3:04 am
Byzza (10/31/2013)
Is no one able to help?Are there any other forums I should post the question on?
Thanks
There is an open MSConnect bug / feature request for this. You can...
November 1, 2013 at 1:48 am
Viewing 15 posts - 16 through 30 (of 249 total)