Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

How to "do nothing" in attribute formula IF statement (if X, then Y, else DO NOTHING)

  • 1.  How to "do nothing" in attribute formula IF statement (if X, then Y, else DO NOTHING)

    Posted Sat October 30, 2021 09:39 AM
    Edited by System Admin Wed March 22, 2023 11:52 AM

    MAM 7.6.1.2:

    In an attribute formula IF statement, is there a way to "do nothing" in the ELSE argument?
    if X, then Y, else DO NOTHING


    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: How to "do nothing" in attribute formula IF statement (if X, then Y, else DO NOTHING)

    Posted Sat October 30, 2021 10:18 AM
    Edited by System Admin Wed March 22, 2023 11:46 AM
    I can leave the ELSE argument blank:
    if (X, Y )

    Example:
    if(1=1, 1    )
    The yellow highlighted portion of the IF statement doesn't an ELSE argument.

    Related:
    Use attribute formula to conditionally open an error message
    #AssetandFacilitiesManagement
    #Maximo