How to have multiple condition in

Home Forums WordprocessingML How to have multiple condition in

This topic contains 0 replies, has 1 voice, and was last updated by  thanjaipvr@yahoo.com 5 years, 4 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7756

    Hi,

    There are situation, where I need
    1.Multiple condition in conditional select (ie. psfees > 0 AND applicable = ‘Yes’ )
    2.Multiple values in conditional select.(ie department IN (“IT”, “HR”,”FIN”) )

    Please find my different conditional requirement

    1. psfees > 0 AND applicable = ‘Yes’
    2. department IN (“IT”, “HR”,”FIN”)
    3. havepsfees =’Yes’ or haveitcost = ‘Yes’ or haveonboardingcosts=’Yes’ or havetminitialcosts=’Yes’
    4. havepsfees =’Yes’ and haveitcost = ‘Yes’ and haveonboardingcosts=’Yes’ and
    havetminitialcosts=’Yes’

    I did some workaround by doing this but it is better if I can compare each element with respective value.
    <Conditional Select=”contains(concat(./havepsfees, ./haveitcost, ./haveonboardingcosts, ./havetminitialcosts), ‘Yes’)” Match=”True” />

    Please help me.
    Is there any reference for “conditional select” possible comparison?

    Thanks
    PAL

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.