Viewing 15 posts - 16 through 30 (of 35 total)
So in the first white box underneath the red boxes should be (1323 / 8201) = 16% and the other one should be (1 / 351) = 0.28%.
Thanks
July 20, 2016 at 8:13 am
Yes sorry I was being really stupid. Makes complete sense.
Thanks everyone.
July 20, 2016 at 6:18 am
iif(Sum(Fields!DNA.Value / Fields!Total.Value) > 0.1,"Red","LimeGreen") is not a valid color.
I think there is something wrong with the syntax
July 20, 2016 at 5:46 am
That's not working for me as it brings back 25k rows when in my test it should only bring back 22 rows.
I think its me being really bad at explaining.
So...
July 15, 2016 at 6:47 am
So to make it clear I want to query the main table based on the temp table I have created to show more detail.
July 15, 2016 at 6:32 am
I have been able to manage this with a workaround.
Basically the user clicks the icon that actions a go to URL. This then launches an aspx webpage that inserts...
April 8, 2016 at 5:39 am
I have worked it out using Client Statistics.
Thanks anyway.
December 4, 2015 at 3:17 am
Hi David,
I have added that extra where clause. I agree with what you are saying but it still come back with an error.
Msg 8114, Level 16, State 5, Line 1
Error...
October 29, 2015 at 8:38 am
Hi ChrisM@Work.
I am still getting the error
Msg 8114, Level 16, State 5, Line 1
Error converting data type varchar to float.
The data in A.Value is a VARCHAR and contains Y, 100%,...
October 29, 2015 at 5:56 am
I have got the attached outcome I expected with the following code. I was just wondering if it could be more dynamic?
-- Greater than '>' thresholds.
SELECT
M.[Description]
,A.*
,M.Threshold
,M.[Threshold Direction]
,CASE
WHEN ...
October 29, 2015 at 3:32 am
I have been able to get around it with a UNION ALL.
Can anyone think of any other way?
October 29, 2015 at 3:10 am
No because this will only bring back 3 measures. I want all of the measures to come back but only the 3 I have mentioned to calculate the case when...
October 29, 2015 at 3:05 am
Viewing 15 posts - 16 through 30 (of 35 total)