Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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:
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.