Thanks for the suggestions, LipChean, but still no luck. Can you try using double quote i.e. "TEXT" instead of 'TEXT' ? I have tried both single quote & double-quote to no avail But besides the above, i would like to point out a few things: 1. TM Type is a property of L5 TM List. Then TM Type shouldn't be a text format, because Text format captures everything, and there's a possibility you might add/ load a TM Type in the future that is misspelled, therefore giving you the wrong calculation somewhere within the model. You should have a TM Type as a list formatted property, i.e. built TM Type as a list before using it as a property of L5 TM List. At your suggestion, I added TM Type in a list and included only Regular & PRN in the list. I then added as a property in the L5 TM List formatted as List, not Text. Using this as a reference in my 401K formula still gives error message as in my original post. 2. I don't know the business logic behind 'TM Total Salary', but hardcoding it to Time.FY19 seems a bit permanent. Now maybe that could be the case, but it's still better to use a LOOKUP instead of SELECT, and refer it to a 1 cell module on the Admin dashboard, where the entry is FY19. In this scenario, I am looking to use the total for FY 19 and SELECT works fine for what I am doing. 3. The 0.03 and 3600 are hardcoded values that makes it hard to be tracked and modified in the future if needed. Making 1 change is easy if there's proper documentation and the model builder is familiar with the entire setup, but imagine if such hardcoded values are throughout the entire model. If any number is missed, the wrong calculation happens. Also note that for hardcoded values, you'll need to make the change in the DEV model before running Compare and Sync (I'm assuming you have ALM). Using LOOKUP to refer to Assumption modules on the Admin dashboard should solve the issues mentioned above I may add the .03 & 3600 values to a current assumption module. Thanks for that suggestion.
... View more