Viewing 15 posts - 31 through 45 (of 66 total)
So my rule of SSRS, after migrating if something doesn't work, Check the XML code or Delete and re-create again.
October 2, 2012 at 5:44 am
Post a screen shot of what you are trying to do. From what I understand, you have put parameters in your report body itself. I usually put the...
October 2, 2012 at 5:21 am
I was looking at this thread, and then I figured out stuff myself. Here it is for SSRS expressions:
First day of last month: =DateAdd("m", -1, DateSerial(Year(Now()), Month(Now()), 1))
Last day...
August 2, 2012 at 7:49 am
In the Design mode, right click the cell and go to "Text Box Properties.."
Go to Action tab. There is a option there "Go to URL". I have never...
March 9, 2012 at 6:33 am
Anthony,
Did you get a chance to get the eBook yet?
March 7, 2012 at 12:11 pm
Thanks. eBook will be great. i'll wait for it.
March 6, 2012 at 1:56 pm
So, basically develop all the KPIs in one report and call that report a dashboard?
What if users want to see detail rows for the KPI. for example,...
March 6, 2012 at 1:32 pm
Thanks for the input guys. I didn't think about running my SSRS on my personal machine. I'll try to set it up today.
Ravi.
January 26, 2012 at 6:53 am
I can't do All = Null because that's not true.
In all, I only need to filter on values 1,2,5. In DB, values 0 - 6 exist.
I also tried going...
October 27, 2011 at 9:30 am
Please see attached file. I have included code to create the table and insert the sample data as asked.
What I am looking for:
Select * from dbo.invoice_items
where AR_CATEGORY = 'TUIT'...
June 10, 2011 at 12:36 pm
Lynn,
Thanks. It worked. Here was the solution.
SELECT left (column_name, len(column_name) -3) FROM Table_Name
January 22, 2010 at 10:17 am
I thought about using DSV to filter it out, but I can't use DSV because these rows need to be counted in totals. I really need to filter them...
March 16, 2009 at 7:06 am
Thanks a lot guys. It worked.
March 9, 2009 at 8:37 am
What DB engine are you using to connect to SQL 2000??
May 2, 2008 at 11:38 am
Excel usually formats all the leading zeros by default. You can't format cells using SSIS.
As mentioned earlier, I think it will be better to use flat files if you...
March 10, 2008 at 1:47 am
Viewing 15 posts - 31 through 45 (of 66 total)