Viewing 15 posts - 1 through 15 (of 26 total)
Is there any way I can achieve this in MS Access? I tried this and it doesn't recognize charindex.
September 22, 2014 at 5:11 am
still the same error.
Operand data type nvarchar is invalid for sum operator.
June 13, 2014 at 5:28 am
I ran your code and I got this error.
Operand data type nvarchar is invalid for sum operator.
June 13, 2014 at 4:15 am
I am really sorry, its money datatype.
Preoverride, postoverride and shared dollar values will be like this $ 3, 456
June 13, 2014 at 3:47 am
like this
'$ '+REPLACE(CONVERT(VARCHAR(32),cast(round(Total_Amount,2)/12 as MONEY),1), '.00', '') as Monthly_Amount,
May 7, 2014 at 4:09 am
yes also for monthly_amount I need to have two decimal values
Like
$ 134,98.55
$ 41.34
May 7, 2014 at 4:00 am
the datatype is decimal(10,4)
Current Value:
12,589.25
Expected Output:
12,589
May 2, 2014 at 2:58 am
yours worked too and I was asking whether mine is correct.
April 29, 2014 at 4:45 am
I tried this and what is your suggestion>?
<=DATEADD(yy,DATEDIFF(yy,0,getdate()) + 1,0)
April 29, 2014 at 4:40 am
Can you show an example. I am bit confused how to apply this into my query.
March 13, 2014 at 9:01 am
Viewing 15 posts - 1 through 15 (of 26 total)