Viewing 15 posts - 10,561 through 10,575 (of 13,874 total)
herladygeekedness (8/2/2012)
I created a simple expression using -2 as length and was unable to save the expression due to...
August 2, 2012 at 9:08 am
herladygeekedness (8/2/2012)
Devesh_Srivastava (8/1/2012)
Then how come the above expression is working where the exact string is used instead of a variable and still negative value is accepted!!!...
August 2, 2012 at 8:08 am
Can you post the full text of the error message?
August 2, 2012 at 7:19 am
Mister Ken (8/1/2012)
The destination has Field1, Field2, Field3 and a last column called dtEndDate.
The source has Field1,...
August 2, 2012 at 1:47 am
August 2, 2012 at 1:41 am
Works for me. I suspect that you may have got your variable syntax wrong. Here is my version:
Substring (@[User::TestString],1, (FINDSTRING(@[User::TestString] ,"Full_", 1)-2))
August 2, 2012 at 12:58 am
Please post the expression which you tried - the one which gives the error.
August 1, 2012 at 8:12 am
Not possible without access to the MS developers.
August 1, 2012 at 5:13 am
laurie-789651 (8/1/2012)
SELECT a.DayCount,
...
August 1, 2012 at 4:01 am
mrichardson 57577 (7/31/2012)
used:
SELECT TOP 100 PERCENT
WebFormData_2.FieldValue AS Surname,
WebFormData_7.FieldValue AS SpecialReq
FROM db.R
JOIN db.WebFormData WebFormData_2
ON db.R.WebFormRowId = WebFormData_2.WebFormRowId
and WebFormData_2.WebFormFieldId =98
left JOIN db.WebFormData WebFormData_7
ON db.R.WebFormRowId = WebFormData_7.WebFormRowId
and WebFormData_7.WebFormFieldId...
July 31, 2012 at 1:50 pm
dilipd006 (7/31/2012)
you should post proper ddl statement,sample data and expected results,so that it will be easy to unserstand and give u some solution
Are you trying to boost your points by...
July 31, 2012 at 2:58 am
I'm afraid that what you are asking for is not clear enough for me to offer a solution.
Please see the link in my signature for details of how to post...
July 31, 2012 at 2:40 am
Mike John (7/31/2012)
Can you post full DDL...
July 31, 2012 at 1:49 am
shahsn11 (7/31/2012)
July 31, 2012 at 1:33 am
Following on from Jeff's comment - if you remove the GROUP BY, you should be able to check whether more rows are being returned than you expect/want.
July 31, 2012 at 1:29 am
Viewing 15 posts - 10,561 through 10,575 (of 13,874 total)