Trying to create attendance application

Hi there,

we are trying to create an application that will allow for the attendance
register to be conducted through the Commcare application. However I am
experiencing difficulties since the 0 value wont show up. In the excel
spread sheet the 0 appears as -- . I tried changing the 0 value in the
formula to another for instance 2, just i still come across the same issue.
. Note that we have students that fall under different groups, furthermore
we have allocated a hidden value to every student.

Example of calculate condition
if(/data/absent_students/group_b = "0504198j", 0, 1)

Example of display condition
selected(/data/absent_students/group_b, '0504198j')

Thank you

attendance app 14th october.xlsx (8.46 KB)

Hi Ismail,

The "---" in exports means that the question was skipped - the display
condition was not met. If you want the value to be 0 rather than "---", you
can remove the display condition from the hidden value.

Amelia

··· On Wed, Oct 14, 2015 at 9:39 AM, ismail wrote:

Hi there,

we are trying to create an application that will allow for the attendance
register to be conducted through the Commcare application. However I am
experiencing difficulties since the 0 value wont show up. In the excel
spread sheet the 0 appears as -- . I tried changing the 0 value in the
formula to another for instance 2, just i still come across the same issue.
. Note that we have students that fall under different groups, furthermore
we have allocated a hidden value to every student.

Example of calculate condition
if(/data/absent_students/group_b = "0504198j", 0, 1)

Example of display condition
selected(/data/absent_students/group_b, '0504198j')

Thank you

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Amelia,

Thank you for your response. I removed the display condition from the
hidden values, however its still showing ''---''

Ismail

··· On Wednesday, October 14, 2015 at 4:25:06 PM UTC+2, Amelia Sagoff wrote: > > Hi Ismail, > > The "---" in exports means that the question was skipped - the display > condition was not met. If you want the value to be 0 rather than "---", you > can remove the display condition from the hidden value. > > Amelia > > On Wed, Oct 14, 2015 at 9:39 AM, ismail <whatsmy...@gmail.com > wrote: > >> Hi there, >> >> we are trying to create an application that will allow for the attendance >> register to be conducted through the Commcare application. However I am >> experiencing difficulties since the 0 value wont show up. In the excel >> spread sheet the 0 appears as -- . I tried changing the 0 value in the >> formula to another for instance 2, just i still come across the same issue. >> . Note that we have students that fall under different groups, furthermore >> we have allocated a hidden value to every student. >> >> Example of calculate condition >> if(/data/absent_students/group_b = "0504198j", 0, 1) >> >> Example of display condition >> selected(/data/absent_students/group_b, '0504198j') >> >> Thank you >> >> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >

Are you looking at older data or new form submissions? Changes do not apply
to previously submitted forms, but if you make a new version of your
application it should have fixed it for new forms.

Amelia

··· On Thu, Oct 15, 2015 at 2:24 AM, ismail wrote:

Hi Amelia,

Thank you for your response. I removed the display condition from the
hidden values, however its still showing ''---''

Ismail

On Wednesday, October 14, 2015 at 4:25:06 PM UTC+2, Amelia Sagoff wrote:

Hi Ismail,

The "---" in exports means that the question was skipped - the display
condition was not met. If you want the value to be 0 rather than "---", you
can remove the display condition from the hidden value.

Amelia

On Wed, Oct 14, 2015 at 9:39 AM, ismail whatsmy...@gmail.com wrote:

Hi there,

we are trying to create an application that will allow for the
attendance register to be conducted through the Commcare application.
However I am experiencing difficulties since the 0 value wont show up. In
the excel spread sheet the 0 appears as -- . I tried changing the 0 value
in the formula to another for instance 2, just i still come across the same
issue. . Note that we have students that fall under different groups,
furthermore we have allocated a hidden value to every student.

Example of calculate condition
if(/data/absent_students/group_b = "0504198j", 0, 1)

Example of display condition
selected(/data/absent_students/group_b, '0504198j')

Thank you

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Amelia

I have deployed a new version, which was also downloaded on the mobile
application. When I got the results from the Commcare HQ I noticed that the
0 still did not appear and it still displayed ---

··· On Thursday, October 15, 2015 at 4:18:42 PM UTC+2, Amelia Sagoff wrote:

Are you looking at older data or new form submissions? Changes do not
apply to previously submitted forms, but if you make a new version of your
application it should have fixed it for new forms.

Amelia

On Thu, Oct 15, 2015 at 2:24 AM, ismail <whatsmy...@gmail.com <javascript:>> wrote:

Hi Amelia,

Thank you for your response. I removed the display condition from the
hidden values, however its still showing ''---''

Ismail

On Wednesday, October 14, 2015 at 4:25:06 PM UTC+2, Amelia Sagoff wrote:

Hi Ismail,

The "---" in exports means that the question was skipped - the display
condition was not met. If you want the value to be 0 rather than "---", you
can remove the display condition from the hidden value.

Amelia

On Wed, Oct 14, 2015 at 9:39 AM, ismail whatsmy...@gmail.com wrote:

Hi there,

we are trying to create an application that will allow for the
attendance register to be conducted through the Commcare application.
However I am experiencing difficulties since the 0 value wont show up. In
the excel spread sheet the 0 appears as -- . I tried changing the 0 value
in the formula to another for instance 2, just i still come across the same
issue. . Note that we have students that fall under different groups,
furthermore we have allocated a hidden value to every student.

Example of calculate condition
if(/data/absent_students/group_b = "0504198j", 0, 1)

Example of display condition
selected(/data/absent_students/group_b, '0504198j')

Thank you

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-user...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.

Hi Ismail,

This sounds like unexpected behavior. Can you report this to us as an issue
to our support team by clicking the "Report and Issue" from your project
space?

Thanks for your patience.

Amelia

··· On Fri, Oct 16, 2015 at 10:04 AM, ismail wrote:

Hi Amelia

I have deployed a new version, which was also downloaded on the mobile
application. When I got the results from the Commcare HQ I noticed that the
0 still did not appear and it still displayed ---

On Thursday, October 15, 2015 at 4:18:42 PM UTC+2, Amelia Sagoff wrote:

Are you looking at older data or new form submissions? Changes do not
apply to previously submitted forms, but if you make a new version of your
application it should have fixed it for new forms.

Amelia

On Thu, Oct 15, 2015 at 2:24 AM, ismail whatsmy...@gmail.com wrote:

Hi Amelia,

Thank you for your response. I removed the display condition from the
hidden values, however its still showing ''---''

Ismail

On Wednesday, October 14, 2015 at 4:25:06 PM UTC+2, Amelia Sagoff wrote:

Hi Ismail,

The "---" in exports means that the question was skipped - the display
condition was not met. If you want the value to be 0 rather than "---", you
can remove the display condition from the hidden value.

Amelia

On Wed, Oct 14, 2015 at 9:39 AM, ismail whatsmy...@gmail.com wrote:

Hi there,

we are trying to create an application that will allow for the
attendance register to be conducted through the Commcare application.
However I am experiencing difficulties since the 0 value wont show up. In
the excel spread sheet the 0 appears as -- . I tried changing the 0 value
in the formula to another for instance 2, just i still come across the same
issue. . Note that we have students that fall under different groups,
furthermore we have allocated a hidden value to every student.

Example of calculate condition
if(/data/absent_students/group_b = "0504198j", 0, 1)

Example of display condition
selected(/data/absent_students/group_b, '0504198j')

Thank you

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No problem, will do! thank you

··· On Friday, October 16, 2015 at 6:12:59 PM UTC+2, Amelia Sagoff wrote: > > Hi Ismail, > > This sounds like unexpected behavior. Can you report this to us as an > issue to our support team by clicking the "Report and Issue" from your > project space? > > Thanks for your patience. > > Amelia > > On Fri, Oct 16, 2015 at 10:04 AM, ismail <whatsmy...@gmail.com > wrote: > >> Hi Amelia >> >> I have deployed a new version, which was also downloaded on the mobile >> application. When I got the results from the Commcare HQ I noticed that the >> 0 still did not appear and it still displayed --- >> >> On Thursday, October 15, 2015 at 4:18:42 PM UTC+2, Amelia Sagoff wrote: >> >>> Are you looking at older data or new form submissions? Changes do not >>> apply to previously submitted forms, but if you make a new version of your >>> application it should have fixed it for new forms. >>> >>> Amelia >>> >>> On Thu, Oct 15, 2015 at 2:24 AM, ismail wrote: >>> >>>> Hi Amelia, >>>> >>>> Thank you for your response. I removed the display condition from the >>>> hidden values, however its still showing ''---'' >>>> >>>> Ismail >>>> >>>> On Wednesday, October 14, 2015 at 4:25:06 PM UTC+2, Amelia Sagoff wrote: >>>>> >>>>> Hi Ismail, >>>>> >>>>> The "---" in exports means that the question was skipped - the display >>>>> condition was not met. If you want the value to be 0 rather than "---", you >>>>> can remove the display condition from the hidden value. >>>>> >>>>> Amelia >>>>> >>>>> On Wed, Oct 14, 2015 at 9:39 AM, ismail wrote: >>>>> >>>>>> Hi there, >>>>>> >>>>>> we are trying to create an application that will allow for the >>>>>> attendance register to be conducted through the Commcare application. >>>>>> However I am experiencing difficulties since the 0 value wont show up. In >>>>>> the excel spread sheet the 0 appears as -- . I tried changing the 0 value >>>>>> in the formula to another for instance 2, just i still come across the same >>>>>> issue. . Note that we have students that fall under different groups, >>>>>> furthermore we have allocated a hidden value to every student. >>>>>> >>>>>> Example of calculate condition >>>>>> if(/data/absent_students/group_b = "0504198j", 0, 1) >>>>>> >>>>>> Example of display condition >>>>>> selected(/data/absent_students/group_b, '0504198j') >>>>>> >>>>>> Thank you >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "commcare-users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to commcare-user...@googlegroups.com. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "commcare-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to commcare-user...@googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >