Viewing 11 posts - 1 through 11 (of 11 total)
thank you, i do this but doesnt work correctly, i think this is for that my expressin is in currency mod and have comma between number
this is my expression
right(Format(iif(instr(join(Parameters!productfamily.Value,","),1)>0,CInt(Fields!MSC_hot_q.Value),0)+
iif(instr(join(Parameters!productfamily.Value,","),2)>0,CInt( Fields!MSC_cold_q.Value),0)+
iif(instr(join(Parameters!productfamily.Value,","),3)>0,CInt(...
July 23, 2012 at 1:29 pm
someone saied me for this problem , create procedure and then call it, but i dont know how to create that
June 24, 2012 at 12:21 pm
error is
the over construct or statement is not supported
i use ssrs 2005
June 24, 2012 at 11:54 am
now i use this code in SQL Server Business Intelligence in sql2008R2
June 18, 2012 at 4:19 am
i now try used this code and result was good
select Score, DENSE_RANK() OVER ( order by Score desc) AS Ranking
FROM ...
June 18, 2012 at 4:08 am
i dont have adventurework, why this errore accure
June 18, 2012 at 4:02 am
my question is diffrent, you think that you have diffrent student, with diffrent score. you wanna get them a level , if two of them have same score , they...
June 18, 2012 at 3:53 am
error:The OVER SQL construct or statement is not supported.
June 18, 2012 at 3:44 am
i wanna if two customer, have the same score, they be in the same level
for example
if we have four customer with below score
cucode ...
June 18, 2012 at 3:39 am
i tried this command, but for same score, rank value is diffrent
June 18, 2012 at 3:26 am
Viewing 11 posts - 1 through 11 (of 11 total)