You can't do this in 1.92 - that feature has been disabled due to cross-browser incompatibilities (if memory serves, it works for Firefox or Chrome, but not for IE).
However, it does work "out of the box" in version 2.0 using array_filter.
If you want to patch your 1.92 installation to have it work there (for the few supported browsers), un-comment line 1102 in /classes/expressions/LimeExpressionManger.php. It is the line:
within this block of code:
case 'P': //Multiple choice with comments checkbox + text
case 'K': //MULTIPLE NUMERICAL QUESTION
case 'Q': //MULTIPLE SHORT TEXT
// case 'R': //Ranking
// if ($this->sgqaNaming)
// {
foreach ($cascadedAF as $_caf)
{