Viewing 15 posts - 256 through 270 (of 284 total)
Hi..it was by me only!!!
I tried but its not working for the string types mentioned above.
May 3, 2012 at 10:51 am
here based on pop_typr if it is "s" then need to get the str_val
"d" then date_val
"B" then bin_val
for taht comment
can we use cursor ? if so how?
May 2, 2012 at 12:54 pm
Example tbale T1 has id 1 , 2, 3, 4
and T2 has id 3,4,5,6
so i want 1,2,3,4,5,6 as ID in result table
October 3, 2011 at 1:41 pm
I have to do something in report using this table.
September 14, 2011 at 1:29 pm
Did you do simple select to test if there is data in Database??? or run the query you used to generate the report in managemnt studio and see if it...
September 6, 2011 at 1:32 pm
Thank you for all responses...I got it!!!
August 31, 2011 at 12:49 pm
I got query to get month order and year but not getting month names.
SELECT [year], [month]
FROM (
SELECT 2005 AS [year] UNION ALL
SELECT 2006 UNION ALL...
August 31, 2011 at 9:40 am
If there are 4-5 drop down list into my report then on selecting any values from drop down list whole report get refresh and slow down the process.I dont want...
August 26, 2011 at 1:11 pm
hey...I am not using any cascading paramters!!!
August 26, 2011 at 12:50 pm
I used other split function.But still not working.Is there any way to pass multiple values in dropdown..and get data for the selected values in paramter??
August 26, 2011 at 12:18 pm
I tried Remving Join () and pass multile values to paramter.It is still not working.
My Splitfunction :
ALTER FUNCTION [dbo].[SplitParameterValues]
(
@RowData NVARCHAR(MAX),
...
August 25, 2011 at 2:11 pm
I achieved this by adding an expression in report and also added group by Cname and Lofcoverage.I think it will be helpfull to others too.
My expression to achieve last...
August 9, 2011 at 9:43 am
My expression is :
= CASE WHEN Fields!PremuimMonth.Value >= DATEADD("mm",-3,NOW())THEN Fields!PremiumAmount.Value ELSE " " END As "AVERAGE AMOUNT"
August 8, 2011 at 4:06 pm
Case is not working in SSRS...It is just showing #error
August 8, 2011 at 3:56 pm
Viewing 15 posts - 256 through 270 (of 284 total)