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
- What functions are supported in calculated measures?
- How do I update my Analytics report subscriptions
- How do I set up formulas using the iPhone Formula Engine?
- Can I use Asset level attributes in formulae for reading level attributes?
- Do formatting formulae work on readings management from the Admin?
- How do I configure formatting formula to work on the mobile app?