Viewing 15 posts - 3,046 through 3,060 (of 3,489 total)
I think your only option is to do something like this:
IIF([State]='CA',NULL,[ValueColumn])
April 18, 2014 at 10:23 pm
Are you doing this in T-SQL or in Reporting Services?
if you're using SSRS, use a Matrix. Otherwise, read this:
April 18, 2014 at 10:17 pm
seeing that it will be around 1 AM, probably not. But if you post a simple description of what you're modeling and then your model (create table scripts with...
April 16, 2014 at 9:45 pm
My problem is I do not know how to have the dataset call the stored procedure with the 3 parameter values and pass back the 5 different unique data values...
April 16, 2014 at 8:35 pm
Output parameters are your friend:
http://technet.microsoft.com/en-us/library/ms187004(v=sql.105).aspx
April 16, 2014 at 6:32 pm
Can you post a really brief description of what you're modeling and your table definitions on the part you're having trouble with? (start with only maybe two or three...
April 16, 2014 at 6:20 pm
"You can get the job on the basis on your SQL certificate"... depends a lot on how big the pool of available SQL developers is in your area, I guess....
April 14, 2014 at 4:16 pm
In the 2008 version, there's a whole chapter on Customizing Security.
April 9, 2014 at 11:39 am
Thanks SQLBuddy! Way to live up to your moniker! I'll check them out.
April 8, 2014 at 4:54 pm
Are there any good tutorials online anywhere? I guess I'll see if there's anything on the MS website... or PragmaticWorks.
April 7, 2014 at 8:26 pm
Are you trying to create a crosstab of some type? Or are you trying to create something that looks like labels? Both are reasonably easy in SSRS.
You can...
April 6, 2014 at 11:02 pm
Is there a way I can Wrap the text so, that if the text in the customer name column is big, it expands the cell vertically...
Right-click on the CustomerName...
April 6, 2014 at 10:41 pm
Grasshopper,
There's a really good article on referring to controls and their properties on the dying website AccessWeb, which is here: http://www.mvps.org/access. Look for an article by Keri Hardwick. ...
April 6, 2014 at 2:15 pm
The usual way to do something like that is to do an outer join to the destination table and only insert the values that don't exist there already.
April 3, 2014 at 10:15 pm
Viewing 15 posts - 3,046 through 3,060 (of 3,489 total)