[[["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-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGREATER_THAN\u003c/code\u003e function checks if a number is greater than a specified value.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a boolean value, \u003ccode\u003eTRUE\u003c/code\u003e if the number is greater, and \u003ccode\u003eFALSE\u003c/code\u003e otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe function supports \u003ccode\u003eDouble\u003c/code\u003e and \u003ccode\u003eInteger\u003c/code\u003e data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example is provided to demonstrate checking if an integer (25) is greater than 27, with the output being \u003ccode\u003eFALSE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# GREATER_THAN function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nGREATER_THAN function\n=====================\n\n`GREATER_THAN` function\n-----------------------\n\nSupported data type\n-------------------\n\n\nThe `GREATER_THAN` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Check if an integer is greater than the specified value\n----------------------------------------------------------------\n\n\n**Sample data** : `$var1$ = 25`\n\n\n**Usage** : `$var1$.GREATER_THAN(27)`\nCheck if var1 is greater than 27.\n\n\n**Output** : `FALSE`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]