How to condition Yes/No in summary

Hi all expert,

I would have your suggestion that how can I put a condition if I do 4 ticks, summary should be “Yes” or else “No” in program rule.

Can you help to illustrate step by step?

Thanks you

Hi @Phouthasinh_PHEUAYSI,
Welcome to the community! :tada:

I am not sure what you mean by the 4 ticks? But lets say for example you have four data elements with the yes only type and you want a data element called Summary to show ‘Yes’ or ‘No’ based on the total number of ticks then you can certainly do that using a program rule.

@Phouthasinh_PHEUAYSI please explain on examples what are you trying to achieve.

Regards, Ulanbek

1 Like

Hi, Ulanbek, thanks for your kindness. I can find out how to solve it. thank you

@Phouthasinh_PHEUAYSI
Basically you can put as a condition
#{var1} == true & & #{var2} == true & &#{var3} == true & &#{var4} == true
And add your actions if it is true

That’s simple