Boolean rule for multiple conditions - InfoPath Dev Sign in | Join | Help in Controls InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Controls » Boolean rule for multiple conditions Use our Google Custom Search for best site search results. Boolean rule for multiple conditions Last post 11-21-2018 10:41 AM by runngun17. 2 replies. Page 1 of 1 (3 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 11-21-2018 07:45 AM runngun17 Joined on 06-29-2017 Posts 19 Boolean rule for multiple conditions Reply Contact I am looking for a Boolean rule that determines if a value is >= to 4 and <= 7. How would I write this statement? Filed under: boolean value 11-21-2018 08:55 AM In reply to Hilary Stoupa Joined on 06-20-2008 Posts 12,968 Re: Boolean rule for multiple conditions Form1.xsn Mark as Not AnswerMark as Answer... Reply Contact Here's a sample form - there is a calculated value on the form with the expression for this. Save the attached file locally, right click the saved file and select Design. Then you can preview and check it out. Hilary Stoupa 11-21-2018 10:41 AM In reply to runngun17 Joined on 06-29-2017 Posts 19 Re: Boolean rule for multiple conditions Mark as Not AnswerMark as Answer... Reply Contact As always, thank you Hilary. I did find this solution: boolean(.. >= 5 and .. <= 7) or boolean(.. >= 15 and ..<=16) or boolean(.. = 25) Page 1 of 1 (3 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
I am looking for a Boolean rule that determines if a value is >= to 4 and <= 7. How would I write this statement?
As always, thank you Hilary. I did find this solution:
boolean(.. >= 5 and .. <= 7) or boolean(.. >= 15 and ..<=16) or boolean(.. = 25)