Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Hi to all. I need a little help configuring a text field.

We have a read only text file with the VALUE FIELD set like:

Code Block
VO #form.new_rich_st.latolungo#*#form.new_rich_st.latocorto#

Now.. The question is...

It's possible to "write" the * (marked in red above) only if the #form.new_rich_st.latolungo# is compiled in a previous form??

In other words...

IF

#form.new_rich_st.latolungo# = 100 and #form.new_rich_st.latocorto# = 50
THEN
the text field value == VO 100*50
ELSEIF
#form.new_rich_st.latolungo# = 0 or null and #form.new_rich_st.latocorto# = 50
THEN
the text field value == VO 50
END IF

Thank's in advance for all suggestion and sorry for my english.