with some abnormal value collects together those attributes that have had an abnormal value.  For example, consider a calculated value named PetsAbnormal and defined using the condition:

 {dog, cat} with some abnormal value

This calculated value would appear in a case as follows:

              01 Jan 10    29 Mar 10    30 Mar 10
dog              10*           8            8
cat               1            8            8
PetsAbnormal                                {dog}

since there was an abnormal value for dog in one of the episodes (the first).

This function can also be applied to group attributes. For example, suppose our calculated value attribute named Allergies was defined using the condition:

 {Pets, Seafood, Pollen} with some abnormal value

This might be inserted into a case as follows:

              01 Jan 10    29 Mar 10    30 Mar 10
dog              10*           8            8
cat               1            8            8
tuna              5            6            4
salmon            5            7*           5
Allergies                                {dog, salmon}