Hel please

Hope you’re fine. I just found your email online and wanted to see if you
can be able to support me in regard to XLSform question.

type

name

label

calculation

calculate

total_time

Calculate the total time spent

calculation

note

display

The total time spent is: ${total_time}

${minutes1}+${minutes2}+${minutes3}+${minutes4}+

${minutes5}+${minutes6}+${minutes7}+${minutes8}+

${minutes9}+${minutes10}+${minutes11}+${minutes12}+

${minutes13}+${minutes14}+${minutes15}+${minutes16}+

${minutes17}+${minutes18}+${minutes19}+

${minutes20}+${minutes21}

I just want to create an if condition, where if the total display is less
than or greater than 1440 the enumerator can’t able to proceed? Would you
mind to helping me how to construct that if condition?

Regards,

K

Any help on these plze?

··· On Thursday, December 1, 2016 at 2:50:27 PM UTC, Khadar Abdi wrote:

Hope you’re fine. I just found your email online and wanted to see if you
can be able to support me in regard to XLSform question.

type

name

label

calculation

calculate

total_time

Calculate the total time spent

calculation

note

display

The total time spent is: ${total_time}

${minutes1}+${minutes2}+${minutes3}+${minutes4}+

${minutes5}+${minutes6}+${minutes7}+${minutes8}+

${minutes9}+${minutes10}+${minutes11}+${minutes12}+

${minutes13}+${minutes14}+${minutes15}+${minutes16}+

${minutes17}+${minutes18}+${minutes19}+

${minutes20}+${minutes21}

I just want to create an if condition, where if the total display is less
than or greater than 1440 the enumerator can’t able to proceed? Would you
mind to helping me how to construct that if condition?

Regards,

K

Hi, Abdi.
I think you just need to add a constraint column (add a column named
constraint) and specify the constraint condition or formula, according to
what you want for total_time (.<1440 or .<=1440 or .>1440 or .>=1440).
Best

··· Le jeudi 1 décembre 2016 15:50:27 UTC+1, Khadar Abdi a écrit : > > > > Hope you’re fine. I just found your email online and wanted to see if you > can be able to support me in regard to XLSform question. > > > > type > > name > > label > > calculation > > calculate > > total_time > > Calculate the total time spent > > calculation > > note > > display > > The total time spent is: ${total_time} > > ${minutes1}+${minutes2}+${minutes3}+${minutes4}+ > > ${minutes5}+${minutes6}+${minutes7}+${minutes8}+ > > ${minutes9}+${minutes10}+${minutes11}+${minutes12}+ > > ${minutes13}+${minutes14}+${minutes15}+${minutes16}+ > > ${minutes17}+${minutes18}+${minutes19}+ > > ${minutes20}+${minutes21} > > > > I just want to create an if condition, where if the total display is less > than or greater than 1440 the enumerator can’t able to proceed? Would you > mind to helping me how to construct that if condition? > > > > Regards, > > K >