or if they enter in a decimal it to display as a percent. if they put in 7.125 then it would display after enter...7.125%.
Solved! Go to Solution.
Views
Replies
Total Likes
You should be able to use a display pattern to do this, something like;
num{zzzz9.999'%'}
(If you don't put the percentage sign in quotes then value will be multipled by 100.
Bruce
Views
Replies
Total Likes
You should be able to use a display pattern to do this, something like;
num{zzzz9.999'%'}
(If you don't put the percentage sign in quotes then value will be multipled by 100.
Bruce
Views
Replies
Total Likes
Thank You. what are the zzzzzzzzz for?
is there an source to find script for things like this and other functions that are not readily availalbe within LIveCycle?
Views
Replies
Total Likes
The 'z' omits any leading zeroes, the '9' displays the digit even if zero and anything in quotes is treated as a literal.
The picture clauses are described in the XFA Specification, http://partners.adobe.com/public/developer/xml/index_arch.html
thanks again. any ideas where to learn more about this type of code? or are these scripts?
Views
Replies
Total Likes
Look in chapter 26 "Picture Clause Specification" of the document at the link in my previous response. There's lots of examples and clearly discribed.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies