Upper Key Component Priming location

I have a parent and a child browse in the same window. The child browse is has a Range limit based on the File Relationship to the parent browse and it works fine. However, the Child browse key being used has a field called RELEASED as the first value of the key. I want to limit the child browse based on the value of RELEASED as well as the File Relationship. Reading the user help:
Using Range Limits and Filters

Range of Values -Ranged Key Access

The key element specified in the Range Limit Field prompt is the first [Free Key Element](javascript:BSSCPopup(‘Free_Key_Element.htm’);). With this kind of Range Limit, the values of all [Fixed Key Element](javascript:BSSCPopup(‘Fixed_Key_Element.htm’);)s except the final Fixed Key Element are saved when the procedure is initialized. The Low Limit and High Limit Values are used to set the keys for sequential access and to evaluate each record read to insure it is within the valid range. These values can be either fixed values or variables. If variables are used, these variables are reevaluated each time a page or entry is loaded or processed.

There is also support in this dialog for the Higher Key Component, which allows you to specify a secondary key component for Single Values and Range of Values, and then prime the higher component values accordingly.

Where would I prime that key value, i.e. SCH:Released = 1 ??

this is not working:
image

Is it because I am using a File Relationship? I just noticed the help file saying : secondary key component for Single Values and Range of Values,*
Using C8 Legacy templates