Viewing 15 posts - 16 through 30 (of 30 total)
When the back button is clicked in returns to the main report but in it's original state. All the paramaters are reset to the default and you have to...
March 29, 2011 at 7:33 am
That's what I was thinking also. I'll let the cleint decide. Maybe I can add a field to the table and update it manually, then make the field...
February 28, 2011 at 10:06 pm
Thanks for the help!!! I appreciate it!!
February 19, 2011 at 8:42 am
I figured it out. The resaon I wasn't getting the @year-1 logic to work was because the where clause state that NTPDate is = @year. So it...
January 11, 2011 at 11:39 am
Hello Doug,
I am using your seggested query logic for prior year comparison. However, it appears that the @Year -1 is not working.
DECLARE @Month int
DECLARE @Year int
SET @Month = 1
SET...
January 11, 2011 at 8:46 am
Thanks, For your response. What does the ":with cte AS" statement do?
Thanks I'll give this a try
December 23, 2010 at 5:41 pm
Thanks for your reply..SSAS does recognize that it's an integer. Its when I try to sort on dimension attribute in SSRS that it's looks at the data as a...
September 27, 2010 at 3:38 pm
I didn't think so... I have spent a couple of hours per day trying to figure out how to do that. Thanks for you input
September 16, 2010 at 8:36 am
I need the subreport to toggle when the main report value is clicked. Everything needs to be on the same report.
Thanks
September 7, 2010 at 2:27 pm
I have been sucessful with what you are suggesting. What I need the report to do is load, then a user clicks a specific field in the main report...
September 7, 2010 at 12:22 pm
It will be on a subreport already shown
September 7, 2010 at 11:15 am
Thanks for all the input. The issue was that I created a stored procedure that was calling data from a view. I was told that it would eventually...
August 4, 2010 at 7:14 pm
The data type for the txn_date data type in the table is smalldate.
I am not sure what you mean regarding the first argument
August 2, 2010 at 10:24 am
The sp works from SQL and it also works from the report data tab in visual studio.
Steven
July 22, 2010 at 11:20 am
Here's the stored procedure that I have in the SQL database. I am calling this procedure with SSRS.
USE [Clearview]
GO
/****** Object: StoredProcedure [dbo].[sp_rpt_Travel_Zone_by_customer] Script Date: 07/22/2010...
July 22, 2010 at 11:10 am
Viewing 15 posts - 16 through 30 (of 30 total)