Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ak00428233
Contributor III
Contributor III

Regarding the if conditional clause with multiple conditions

Hi All,

Can you please suggest me in writing the condition in the script level.

Scenario:

Subjects:

Maths,

Physics,

Social,

Telugu

At present my dashboard is excluding the students who knows maths and physics.

But could you please suggest me to write a condition such that I should nt get the count of even the students who knows (Maths,Physics and Social),(Maths and Social),(Physics and Social).

Thanks in advance.

Regards,

Anu

10 Replies
ak00428233
Contributor III
Contributor III
Author

Hi Ishtadeep,

I even tried with

[Level] <> 'M.Admin'

and [Level] <> 'Admin'

and [Level] <> 'Admin'+'M.Admin'

and [Level] <> 'Admin'+'M.Admin'+'R.Admin'

and [Level] <> 'R.Admin'+'M.Admin';

but still there are few issues.