=IIF((Fields!ShippingCase.Value, "DS_Invoice") =="true", false, true)
Please help me in correcting the syntax.Here,I have to compare shippingcase value is true or not.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna KumarPosted May 26, 2017, 12:43 AM
priyankaPosted May 25, 2017, 6:54 AM
priyankaPosted May 25, 2017, 4:11 AM
Krishna KumarPosted May 25, 2017, 4:02 AM
priyankaPosted May 25, 2017, 3:47 AM
Krishna KumarPosted May 25, 2017, 3:43 AM
priyankaPosted May 25, 2017, 3:37 AM
Krishna KumarPosted May 25, 2017, 3:32 AM
Krishna KumarPosted May 25, 2017, 3:27 AM
priyankaPosted May 25, 2017, 2:04 AM
Krishna KumarPosted May 25, 2017, 1:57 AM
=IIF((Fields!ShippingCase.Value, "DS_Invoice") =="true" ? false : true)