Will Cooper
Will Cooper
February 25, 2018

SharePoint Calculated Fields are often overlooked when building forms solutions. I often find that Ultimate Forms customers focus exclusively on Infowise Actions when trying to work with variables and conditions checks.

The calculated fields reference page is indispensable:

https://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx

As an overall design pattern, it is best to break your solution into bite-sized pieces so that it is easier to build and adjust.

Especially in the case of evaluating compound conditions it is best to let SharePoint Calculated Fields do the work.

Usually, there isn't a significant performance cost when adding multiple calculated fields to your list.

If you have a mix of AND and OR conditions, you are likely to get tripped up in actions. You can dig deeper into this specific topic here:

https://www.infowisesolutions.com/training/actions/and-iwfsl-or-conditions-

You should think of Calculated Fields as variables that sit in the background for your SharePoint list making evaluations of the list data to provide simple summary information for use by users or in your Infowise Actions.

In general terms, you can think of calculated fields like Excel Formulas. In many cases, they are nearly identical.

In a case where you need to evaluate for a pattern of multiple conditions to trigger an Infowise Action, try creating multiple calculated fields instead.

Most important are the IF, AND, and OR functions.

=OR([condition1], [condition2], [condition3], [condition4]…) evaluates any number of conditions returning True if any of the conditions are met.

=AND([condition1], [condition2], [condition3], [condition4]…) evaluates true if all conditions are met.

=IF([evaluation], [true result], [false result]) evaluates and provides the corresponding result according to the evaluation.

When nesting formulas, things can easily get confusing. Instead of making one large complicated formula which is difficult to write and maintain, instead make a series of calculated fields that can be used by an overall summary calculated field.

Consider a case where there are three complicated conditions which must all be met. This should be broken up like this:

Calculated Field 1: Condition1Check (Multiple conditions evaluated)

Calculated Field 2: Condition2Check (Multiple conditions evaluated)

Calculated Field 3: Condition3Check (Multiple conditions evaluated)

Calculated Field 4: AllClearCheck

IF(AND([Condition1Check], [Condition2Check], [Condition3Check]), True, False)

By chaining formulas together, the solution is easier to build and easier to troubleshoot.

Mastering both Infowise Formulas AND Calculated Fields and incorporating both tools into your solution will give you the best overall results.

 

Loading...

Add your comment

Comments are not meant for support. If you experiencing an issue, please open a support request.
Build powerful business applications in SharePoint using only your browser.
100% No-Code Solution
It’s never been easier to create, innovate, and share. All you need is your web browser!
Cost-Effective
Address business process pain points immediately. Save time and money.
Fantastic Support Team
In addition to our responsive support team, a wide variety of resources, documentations, tutorials, blogs and webinars is available to you
ULTIMATEforms is a complete platform that enables everyone to easily create and maintain Microsoft SharePoint-based business solutions without a single line of code
Powerful Forms
State-of-the-art responsive forms, complete with tabs, permissions, dynamic rules, repeating sections, electronic signatures and advanced validation, powered by our AI-assisted form generator
Powerful Automation
Replace complex workflows with simple, but powerful actions to create and update data inside SharePoint and in a variety of integrated applications and databases
Powerful Reporting
Transform data into actionable insights with detailed exportable reports, sophisticated dashboards, color-coded calendars and dynamic charts
100’s of Templates
Build and replicate business solutions with ease, selecting from our vast free library and creating your own custom templates, all installed with a single click
Dive deeper
Watch a short introductory video showcasing the different unique capabilities of UltimateForms.
Ready to get started?
Hands-on training is the best way to get proficient. That's why we've created three unique training offerings which will help you master ULTIMATEFORMS. Our interactive sessions are delivered via web meetings and conducted within personal virtual workspaces.
100% No-Code Solution
It’s never been easier to create, innovate, and share. All you need is your web browser!
Cost-Effective
Address business process pain points immediately. Save time and money.
Fantastic Support Team
In addition to our responsive support team, a wide variety of resources, documentations, tutorials, blogs and webinars is available to you
Microsoft partner logo
© 2005-2024 Infowise Solutions Ltd. All rights reserved.
Privacy | Cookie Policy | Accessibility | Cloud SLA