Viewing 15 posts - 496 through 510 (of 2,010 total)
First, there is no Gglobals.USerid. The parameter I believe you are lookign for is User!UserID="John Doe"
Secondly, I'd hide this information using the column's visibility property. You can use...
March 23, 2010 at 11:19 am
CirquedeSQLeil (3/23/2010)
The Simpsons debuted on December 17, 1989.It ran as a sketch starting in 1987 on the Tracy Ullman show.
And yet, Bart doesn't age.
At least Bart and Lisa can walk/talk...
March 23, 2010 at 11:05 am
You seem to be missing a closing parenthesis or rather have an extra opening paren prior to your nested IIF.
Try this.
=IIF(Fields!OEE.Value > 85, "Black", IIF(Fields!OEE.Value > 75, "Yellow", "Red"))
Also, if...
March 23, 2010 at 11:03 am
Gianluca Sartori (3/23/2010)
Luke L (3/23/2010)
Jack Corbett (3/23/2010)
Gianluca Sartori (3/23/2010)
CirquedeSQLeil (3/22/2010)
Visions of Itchy and Scratchy just ran through my head.
ROTFL! :hehe::hehe::hehe:
Jason, I don't want to be unrespectful, but, looking at the...
March 23, 2010 at 10:48 am
Michael Valentine Jones (3/23/2010)
You can create a FK that references a column that has a unique constraint that is not the primary key.
Yes, this is true and is...
March 23, 2010 at 10:39 am
GabyYYZ (3/23/2010)
March 23, 2010 at 9:29 am
First, I'd like to point out that you might want to revisit you idea to have all of your tables PK's as GUIDs. PArticularly if they are Clustered primary...
March 23, 2010 at 9:23 am
Jack Corbett (3/23/2010)
Gianluca Sartori (3/23/2010)
CirquedeSQLeil (3/22/2010)
Visions of Itchy and Scratchy just ran through my head.
ROTFL! :hehe::hehe::hehe:
Jason, I don't want to be unrespectful, but, looking at the quite high number of...
March 23, 2010 at 8:52 am
So just outta curiosity, another workaround that might be a bit more complex, but would allow you to not have to rename the report every day...
What about creating a subscription...
March 23, 2010 at 6:53 am
Imagine that... here's an article from today's newsletter that details how to do this, better late than never.
http://www.sqlservercentral.com/articles/Reporting+Services+%28SSRS%29/69546/
-Luke.
March 22, 2010 at 2:13 pm
Gianluca Sartori (3/22/2010)
tstaker (3/22/2010)
Anyone have anything funny, interesting or weird to talk about today? I'm bored.
A consulting company here installed a SQL clustered Server with two nodes and they...
March 22, 2010 at 12:05 pm
Do you already have other reports broken out by subject, Group Membership etc? IE. Is there a Sales folder that reports pertaining to sales exist in and an HR...
March 22, 2010 at 9:50 am
I'd suggest you use whatever your current server naming convention is and stick with it. If that's R2D2PDQ_10 then that's what it is...
Getting too cute with names can lead...
March 22, 2010 at 6:41 am
The Dixie Flatline (3/19/2010)
March 19, 2010 at 8:34 am
Ninja's_RGR'us (3/17/2010)
Vishal Mehta (3/17/2010)
March 17, 2010 at 9:01 am
Viewing 15 posts - 496 through 510 (of 2,010 total)