Viewing 15 posts - 1 through 15 (of 16 total)
I posted whopping 3 years ago.. Glad it helped you today..:-D
September 13, 2011 at 12:19 pm
You can do that using C#/Vb.Net and Reporting webservice.. Read the Scott's blog..
Hope this helps..
May 2, 2011 at 9:31 am
Select max(value) Val, Id from tblname group by Id
:hehe:
April 1, 2011 at 1:23 pm
1.) Would it be easier to convert them to RDLC, then convert the RDLC to RDL(I know how to convert RDLC to RDL)? If so, any suggestions?
[font="Times New Roman"]Ans- Go...
March 30, 2011 at 2:39 pm
@ Kathleen
You can do like wolfkillj said,
Or try this..
Since the period is starts from October
Write expression like below,
= iif(Parameters!Period.value <= 3, MonthName(Parameters!Period.value + 9) + " " + Parameters!Year.Value-1.ToString,
MonthName(Parameters!Period.value -3)...
March 29, 2011 at 12:30 pm
@vinayak.v
I was thinking the same when I migrate to SSRS, but there are lot of advantages in SSRS 2008/R2 than Crystal..
Expression is far better than crystal
SSRS report...
March 29, 2011 at 12:10 pm
Good Article.
Here is an another link with different type of options for row concat.
http://www.simple-talk.com/sql/t-sql-programming/concatenating-row-values-in-transact-sql/
October 14, 2009 at 9:46 am
I am in the opinion of Grouping_ID is not a subclause of Group By. It is a function used in Select Statement for aggregation.
I believe the answer is GROUPING...
October 1, 2009 at 8:36 am
My Server is Win 2003 & SQL 2005. I got a same error code 126.
Carl Federl's Post helped me for Configuring System DSN for Lotus Notes SQL Driver.
Thanks to Carl.
July 31, 2009 at 2:47 pm
There is a way to do that.
In Report Parameter properties ,select the Default Values and choose the Option Get Values from Query.
Select the dataset and value field. Remember to check...
February 24, 2009 at 2:22 pm
Thanks Sun.
I created a Calculated field in dataset and calling a function in Code behind. This function returns the Type of Incident.
Let me try with SQL Query it self.(using CASE......
February 24, 2009 at 2:00 pm
I did like below...
if (S_PID = 1005) or (S_PID = 1458) or (S_PID = 1031) or (S_PID = 1038) or (S_PID = 1045) or (S_PID =...
February 13, 2009 at 10:33 am
I am sorry, I have no Idea of linking SQL Table to DBF file.
Dhans:unsure:
February 11, 2009 at 2:45 pm
Hi
Sum function can compute only Numeric values.
So Try this
= Sum(iif(Ltrim(Rtrim(Fields!Exp1.Value)) = "",0.00,Fields!Exp1.Value))
Dhans
January 30, 2009 at 10:09 am
Instead of using Import/Export wizard, You can import DBF files using SSIS Packages.
Steps:
1. Create an SSIS Package using BIDS.
2. In the Connection Managers
Right Click --> Create OLE DB Connection-->New--> In...
November 17, 2008 at 4:14 pm
Viewing 15 posts - 1 through 15 (of 16 total)