Viewing 5 posts - 1 through 5 (of 5 total)
So,
One of the tricks was to see the difference between
When you create a clustered or nonclustered index, the IGNORE_DUP_KEY option must be set to ON (the default setting).
AND
When you...
June 9, 2009 at 3:59 am
To be able to store every possible character in this variable it definitely has to be a nchar(1).
E.g. using 2-byte Unicode characters.
Leo
June 5, 2009 at 4:08 am
This setting at the end of the rdl code can be set with the Language Property of the report in the properties window.
To get there select Report from the dropdown...
April 9, 2009 at 5:33 am
Hello Paul
Create a textbox and set the following Control Source:
=Sum(IIf([Table]![paid],[Table]![Cost],0))
Adjust [Table] to the correct table name.
Succes
August 24, 2005 at 3:42 am
Viewing 5 posts - 1 through 5 (of 5 total)