[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNOR\u003c/code\u003e function performs a logical NOR operation on boolean values.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a boolean value as an input parameter and returns a boolean result.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNOR\u003c/code\u003e function is compatible with boolean data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates that when \u003ccode\u003e$var1\u003c/code\u003e is \u003ccode\u003eFALSE\u003c/code\u003e, \u003ccode\u003e$var1.NOR(FALSE)\u003c/code\u003e outputs \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# NOR function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nNOR function\n============\n\n`NOR` function\n--------------\n\nSupported data type\n-------------------\n\n\nThe `NOR` function supports the following data type:\n\n- Boolean\n\nExample: Find the NOR value of a boolean expression\n---------------------------------------------------\n\n\n**Sample data** : `$var1$ = FALSE`\n\n\n**Usage** : `$var1$.NOR(FALSE)`\nFind the NOR value of the boolean expression.\n\n\n**Output** : `TRUE`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]