Skip to main content
Skip table of contents

How do I configure formatting formula to work on the mobile app?

Use formatting formula to show, hide, disable or enable certain attributes.

The Syntax is to create the formula on whichever attribute you want impacted based on the conditions:

  • isSelected should be yes

  • ifRequired is yes, then attribute should avoid formatting formula

  • Disabled or Hidden will override the formatting formula

Syntax

FUNCTION (<condition1> <LogicalOperator> <condition2>)

Example 1

HIDE_AND_CLEAR_IF(isnull([SerialNumber1]) OR [SerialNumber1]=='-')

Example 2

ENABLE_IF([EquipmentType].Name=='Facility Pipeline') (here the formatting formula is using an master data extended attribute)

Example 3

HIDE_IF(isnull([WellStatus4])) (here the formatting formula is using an isnull condition for a seperate attribute in the same reading view)

Example 4

HIDE_IF([PDStatus]==12142) (here the formatting formula is testing against a picklist value and for that an ID has to be used)

Related Articles

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.