Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-10-01 Thread David Muturi
Hi Markus, Many thanks, yes I am well aware of the documentation but some of the questions raised is due to the fact one is unable to find the answers in the documentation. rgds David 2015-10-01 15:48 GMT+03:00 Markus Bekken : > Hi David! > As you probably know, the program rules has their own ch

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-10-01 Thread Markus Bekken
Hi David! As you probably know, the program rules has their own chapter in the user documentation. https://www.dhis2.org/doc/snapshot/en/user/html/dhis2_user_manual_en_full.html#d5e7293 But you have probably also noticed that the doc is pretty thin still. There will be more doc added in next rele

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-10-01 Thread David Muturi
Hi Markus and team, I am writing a program rule that evaluates a yes only value and hides another field I am wondering which response to use i.e. ==true or =='yes'. Is there anywhere these rules are documented for each of the data values? rgds David 2015-09-23 9:46 GMT+03:00 Markus Bekken : > H

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-24 Thread Ese Egerega
Dear All, Thanks so much for your responses. I was able to get my rules to work. The problem was a typo in my option set. -Ese On Wed, Sep 23, 2015 at 7:46 AM, Markus Bekken wrote: > Hi Ese, there is no limit to the number of rules. I have one usecase with > about 150 rules running on a progra

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Markus Bekken
Hi Ese, there is no limit to the number of rules. I have one usecase with about 150 rules running on a program What does you second rule look like? There is probably something that prevents the second rule from working correctly. > 23. sep. 2015 kl. 08.39 skrev Ese Egerega : > > Hello, > > Ple

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Ese Egerega
Hello, Please is there a limit to the number of rules I can have on a single form? For example, I have a rule which hides some fields based on if the patient is HIV positive. I created a second rule which is meant to hide other fields based on if the patients HIV status is previously known. Only t

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread David Muturi
Thanks team !#{location} or #{location} == false works for boolean questions. rgds David 2015-09-22 16:09 GMT+03:00 Abyot Gizaw : > oh yes, thanks Markus. I mixed up :( > > > --- > Thank you, > Abyot. > > On Tue, Sep 22, 2015 at 2:53 PM, Markus Bekken > wrote: > >> Hi guys, >> Try !#{location}

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
oh yes, thanks Markus. I mixed up :( --- Thank you, Abyot. On Tue, Sep 22, 2015 at 2:53 PM, Markus Bekken wrote: > Hi guys, > Try !#{location} or #{location} == false > > Best regards, > Markus > > 22. sep. 2015 kl. 14.49 skrev Abyot Gizaw : > > Hi David, > > If value "No" is type boolean, the

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Markus Bekken
Hi guys, Try !#{location} or #{location} == false Best regards, Markus > 22. sep. 2015 kl. 14.49 skrev Abyot Gizaw : > > Hi David, > > If value "No" is type boolean, then try 'true' instead of no. It should work. > That is something we planned to address. > > > --- > Thank you, > Abyot. > >

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
Hi David, If value "No" is type boolean, then try 'true' instead of no. It should work. That is something we planned to address. --- Thank you, Abyot. On Tue, Sep 22, 2015 at 2:45 PM, David Muturi wrote: > Hi Abyot, > I have placed a rule see attachment but it doesn't work under data entry >

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
Hi David, In 2.20 we have hiding only for data elements (during data entry). Hiding attributes (during registration) is available only in trunk. --- Thank you, Abyot. On Tue, Sep 22, 2015 at 1:47 PM, David Muturi wrote: > Hi Abyot > Tracker Capture, I am using version 2.20 build 19884. I upgr

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread David Muturi
Hi Abyot Tracker Capture, I am using version 2.20 build 19884. I upgraded after seeing the online demo working on event capture. I have cleared the Cache. rgds David 2015-09-22 14:42 GMT+03:00 Abyot Gizaw : > Hi, > > Some questions for pin-point the problem: > >- Is this on event or tracker c

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
Hi, Some questions for pin-point the problem: - Is this on event or tracker capture app? - Which version of DHIS 2 are you using - both version and revision number? - Have you tried this after clearing your browser cache? --- Thank you, Abyot. On Tue, Sep 22, 2015 at 1:38 PM, David

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread David Muturi
Same here, I have put a rule that hides a question based on an answer to a different one i.e {location}=='No' and it doesn't seem to be working. rgds David 2015-09-22 5:53 GMT+03:00 Pramil Liyanage : > You are welcome. Same thing happened in an earlier build and I replaced > with the latest at t

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-21 Thread Pramil Liyanage
You are welcome. Same thing happened in an earlier build and I replaced with the latest at that time which was 19876 and worked for me. Did not try 19884. May be the same issue repeating. Pramil On Mon, Sep 21, 2015 at 9:01 PM, Ese Egerega wrote: > Thanks Pramil, > > Using single quotes and cle

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-21 Thread Ese Egerega
Thanks Pramil, Using single quotes and clearing my cache fixed the problem for me. However, it appears that the very latest build version 19884 has a problem with program rules. When you create and add a rule, it disappears. I tested this on dhis2 demo site and got the same result. I have copied