Using this format ###,##0;###,##0-; the number 0,85 is not displayed.


Il 04/10/2017 16:53, 4d_tech-requ...@lists.4d.com ha scritto:
Message: 5
Date: Tue, 03 Oct 2017 18:28:36 -0400
From: Jeremy French<jeremyfre...@mac.com>
To: 4D iNUG Technical<4d_tech@lists.4d.com>
Subject: Re: Number format
Message-ID:<0840df29-2c31-48e3-8be5-400c3a5fd...@mac.com>
Content-Type: text/plain;       charset=utf-8

The pattern to control the display of a zero value has 3-parts, separated by a 
semicolon. Note the 2-semicolons:

positive_format;negative_format;zero_format

To display nothing for a zero value, put nothing after the second semi-colon.

So this display filter will show positive and negative numbers, but display 
nothing for a zero value when the object doesn’t have focus:

###,##0;-###,##0;



On Oct 3, 2017, at 5:59 PM, stardata.info via 4D_Tech<4d_tech@lists.4d.com>   
wrote:

In one listbox, i need to display a number format so if the value is zero not 
display anything.
I try to insert the format ###.##0,##0 but not work properly.


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to