- Target: User has to select the target amount against which possible combinations are required.
- available_amt_array: User has to write AA_Filter_CSV function
- limit_results_num: User can restrict the number of possible combinations that shall be fetched by the function. If the maximum limit is not provided, default is 4.
- available_amt_rng_limit: User can restrict the number of comma separated values that shall be considered by the function for suggesting possible combination. If the maximum limit is not provided, default is 100.
- timeout_secs: This allows user to restrict the processing time taken to calculate the final result. If the maximum second is not provided, default is 10.
- Possible outcomes
- None: No combinations possible
- Timeout: Function could not calculate the results in the given time limit.
- Normal Result – Possible combinations: [amount 1, amount 2] ; [amount 1, amount 2, amount 3]
- Once the result is generated by the function, user should do paste special values to avoid recalculation every time on file open or data change.
- NOTE: IF YOU RETAIN THE FORMULA IN THE FILE AND IF THAT FILE IS OPENED ON A SYSTEM WHICH DOES NOT HAVE THE LICENSED COPY OF KNOCK OFF FUNCTIONS THEN THE FORMULA WILL START SHOWING #NAME ERROR, HENCE IT IS IMPORTANT TO USE PASTE SPECIAL BEFORE CIRCULATING THE FILE.
Example: In the table below, we have multiple values available in “Amount in local cur” column. We have restricted the range for comma separated values at 50, number of possible combinations to 1 and timeout secs to 10