Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 25th, 2005, 10:09 AM
Authorized User
 
Join Date: Aug 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to barmanvarn
Default custom format of fields

I've noticed that when formatting a numeric field, it seems that there is a common type missing:

1,234

I need to format a numeric field, including a comma, but omitting the decimal, since I'm only dealing w/ integers.

Does anyone know how to accomplish this?

thanks
 
Old October 3rd, 2005, 12:14 PM
Authorized User
 
Join Date: Dec 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to bsullins
Default

try "N0"

thats the letter N and the number 0

--
Ben Sullins
Sql Developer - Our Vacation Store
 
Old May 22nd, 2006, 11:24 AM
FAP FAP is offline
Registered User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had the same issue and found the solution here.

http://msdn.microsoft.com/library/de...rmatnumber.asp

I ended up using

=formatnumber([DATA_FIELD],2,,TriState.True)

good luck





Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Server Control....Custom Property Editor ZArrinPour ASP.NET 1.0 and 1.1 Basics 1 June 15th, 2010 11:30 AM
custom metadatas and pdf format rafik SharePoint Development 0 June 25th, 2008 07:06 AM
Web Service, Custom Control, Custom Return Type robzyc ASP.NET 2.0 Basics 6 June 10th, 2008 08:03 AM
how to Export in PDF Format with Parameter fields navid Crystal Reports 2 February 2nd, 2006 04:06 PM
Using Forum fields select fields on the fly hellosureshkumar Crystal Reports 0 December 17th, 2004 08:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.