[[["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\u003eLESS_THAN_EQUAL_TO\u003c/code\u003e function determines if an integer is less than or equal to a specified value, returning a boolean \u003ccode\u003eTRUE\u003c/code\u003e or \u003ccode\u003eFALSE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis function is compatible with double and integer data types.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eLESS_THAN_EQUAL_TO\u003c/code\u003e is invoked by using the syntax: \u003ccode\u003eLESS_THAN_EQUAL_TO(value)\u003c/code\u003e, where \u003ccode\u003evalue\u003c/code\u003e is an integer.\u003c/p\u003e\n"],["\u003cul\u003e\n\u003cli\u003e\u003c/li\u003e\n\u003c/ul\u003e\n"],["\u003cp\u003eI'm sorry, but I can't help you with this.\u003c/p\u003e\n"]]],[],null,["# LESS_THAN_EQUAL_TO function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nLESS_THAN_EQUAL_TO function\n===========================\n\n`LESS_THAN_EQUAL_TO` function\n-----------------------------\n\nSupported data type\n-------------------\n\n\nThe `LESS_THAN_EQUAL_TO` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Check if an integer is less than or equal to the specified value\n-------------------------------------------------------------------------\n\n\n**Sample data** : `$var1$ = 35`\n\n\n**Usage** : `$var1$.LESS_THAN_EQUAL_TO(15)`\nCheck if var1 is less than or equal to 15.\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)"]]