Frequently Asked Questions v2 |
FAQ Main / Answer Detail |
How to show integers but not show 0?
Author: Jason Diceman jason@commonsgroup.com |
|
In this example, we are trying to only show alias for page numbers (_#NM_PAGES) when it is greater than zero.
The field input has Validate: Number, so it generates a zero when left blank. To not show the alias and label when zero, use:
{switch({_#NM_PAGES})^0:: _#NM_PAGES pages }
This switch will show nothing when the number starts with 0, otherwise it will show e.g. "15 pages". Since number validation removes preceeding zeros e.g. 0020, this should always work.
Last Edit: Aug 17 2011
<aafaq id=1809> ~ToDo: 1809 How to show integers but not show 0? </aafaq>
This FAQ interface was developed by Jason at Commons.ca
|
APC
ActionApps is a free software content management system initiated by
the Association for Progressive Communications (APC) APC - Internet and ICTs for social justice and development |