Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I would like a field to display the result of a calculation, a space and then the word “Days”.
I’m using the following calculation in TextField3:
form1.#subform[0].TextField3::calculate - (FormCalc, client)
If (TextField1 > 0) then
TextField2/TextField1
endif
example: TextField2 = 10, TextField1 = 2, TextField3 result is 5.
How do I get TextField3 to display 5 Days?
Solved! Go to Solution.
Hi,
If you change TextField3 to a numeric field you will be able to use the display pattern of
num{zzzzzzzzzzzz9' days'}
or if you want fractions of days then
num{zzzzzzzzzzzz9.99' days'}
Regards
Bruce
View solution in original post
Views
Likes
Replies