April 12, 2011 at 10:51 pm
im using SSRS 2005,in number formating we can only do thousands separator,but i need code to separate thousands and lakhs.
ex:12345678
desired output:1,23,45,678.00
April 12, 2011 at 10:57 pm
This should do the trick!!
=Format(Fields!Price.Value, "#,##0.00")
Raunak J
April 13, 2011 at 12:11 am
=sum(Fields!Total_Amount.Value)
this is the expression i am using to sum the particular value.can anyone tell me how to use the below condition for the above expression...
=Format(Fields!Price.Value, "#,##0.00")
April 13, 2011 at 2:20 am
write this formulain the font page of the field in ssrs
April 13, 2011 at 3:26 am
Small question: what are lakhs?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 13, 2011 at 3:39 am
Koen Verbeeck (4/13/2011)
Small question: what are lakhs?
100,000
from the Indian numbering system, quite common depending on where and who you work with...
http://en.wikipedia.org/wiki/Indian_numbering_system"> http://en.wikipedia.org/wiki/Indian_numbering_system
As for the formatting if you change the language of your report to the correct language the numbering formatting should happen automatically
April 13, 2011 at 3:42 am
steveb. (4/13/2011)
Koen Verbeeck (4/13/2011)
Small question: what are lakhs?100,000
from the Indian numbering system, quite common depending on where and who you work with...
http://en.wikipedia.org/wiki/Indian_numbering_system"> http://en.wikipedia.org/wiki/Indian_numbering_system
As for the formatting if you change the language of your report to the correct language the numbering formatting should happen automatically
I'm curious...how do you know what amount is lakh :-):-)
Raunak J
April 13, 2011 at 4:08 am
Raunak Jhawar (4/13/2011)
steveb. (4/13/2011)
Koen Verbeeck (4/13/2011)
Small question: what are lakhs?100,000
from the Indian numbering system, quite common depending on where and who you work with...
http://en.wikipedia.org/wiki/Indian_numbering_system"> http://en.wikipedia.org/wiki/Indian_numbering_system
As for the formatting if you change the language of your report to the correct language the numbering formatting should happen automatically
I'm curious...how do you know what amount is lakh :-):-)
Me personally? i used to work with a team of Indian software developers and they would always use the Indian numbering system so i picked it up there.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply