Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ramuthota
Starting Member
4 Posts |
Posted - 2009-01-12 : 03:50:46
|
how to set goal expression as 10. |
|
harlingtonthewizard
Constraint Violating Yak Guru
352 Posts |
Posted - 2009-01-15 : 23:29:37
|
Not sure what you are after but does this help?Declare @Goal AS nvarchar(50)--Set @Goal = (Select * From Table)Set @Goal = '10'Print @Goal |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-17 : 02:06:19
|
quote: Originally posted by harlingtonthewizard Not sure what you are after but does this help?Declare @Goal AS nvarchar(50)--Set @Goal = (Select * From Table)Set @Goal = '10'Print @Goal
OP was asking about KPI goal expression in analysis services |
 |
|
|
|
|