Thousands separator for Low List number values?
Hi. I'm using Low List with Low Search and would like list items values to have thousand separators eg 10,000,000|20,000,000 etc. Is this possible? Thanks
--
{exp:low_list:each items="0|10000000;10000000|20000000" sep=";"}
{val}
{/exp:low_list:each}
Replies
Low 8 Feb 2017 12:23
You could just use key/value pairs instead.
wbj 8 Feb 2017 12:27
Yes, that works. Thanks so much for the super quick response!
wbj 8 Feb 2017 12:33
Is there a way to hide the value?
Low 8 Feb 2017 12:34
Don't add it to the template?
wbj 8 Feb 2017 12:38
Yes, silly me. Thanks!