Viewing 12 posts - 1 through 12 (of 12 total)
This article couldn't be more timely for me.
Thanks!
April 5, 2013 at 7:15 am
No, I'm not doing that - at least I'm not intending to.
I need to pull all of the values from the table where the value of the field is not...
September 7, 2011 at 12:37 pm
It goes into another dataset/query. It's part of the WHERE clause.
SELECT
stuff
FROM
tables
WHERE
criteria AND
table.ID IN (SELECT table.ID FROM table where table.name NOT IN (:InclCancel))
The...
September 7, 2011 at 12:23 pm
Yes, I already checked to see if the value was being populated correctly. It is.
I'll check with someone else if they can find any glaring problems with the query,...
September 7, 2011 at 12:11 pm
The values were manually created.
I've tried quotes & no quotes around the values. I've tried the following for the "No" values:
CANCELLED, INACTIVE
"CANCELLED", "INACTIVE"
"CANCELLED, INACTIVE"
"CANCELLED" & ", " & "INACTIVE"
Cstr("CANCELLED")...
September 7, 2011 at 11:48 am
In a perfect world, it would be great if everyone was able to choose the job that was perfect for them. However, this isn't a perfect world and the...
September 9, 2010 at 8:35 am
You can't export subreports directly to Excel in SSRS 2005, but you can do it in 2008.
May 11, 2010 at 7:52 am
My husband lost his job last November, just before Thanksgiving. Early this summer, he was asked to take a contract position with a company because one of their employees...
August 19, 2009 at 5:59 am
Yes, you've summarized my issue precisely. The problem with the current methodology is that in order for the dates to update when you select a different timeframe, I need...
January 14, 2009 at 9:21 am
Thanks for the link to the cleaner, easier date computations. I inherited the code & since it works, I was happy to leave it alone. 🙂
January 14, 2009 at 5:30 am
Thanks, but this won't work for me. I'm using the stored procedure to populate the dates in Reporting Services & having the NULLs doesn't allow the user to select...
January 14, 2009 at 5:29 am
Nevermind. I figured it out. I needed to add the dates to the Available Values as well as the Default Values. Strange solution but it appears to...
January 13, 2009 at 6:22 am
Viewing 12 posts - 1 through 12 (of 12 total)