How do I turn off the 'select distinct' feature for an object in the universe? I have tried changing the value for DISTINCT_VALUES to no value. Didn't work. I have tried removing the parameter altogether from the parameter list (of dynamic sql generation parameters). Even by removing it, when I look at the sql to be generated for an object in the object pane, I see that SELECT_DISTINCT persists. It appears that I can only choose DISTINCT or GROUPBY as valid options. Anyone aware of how to turn off this feature??!!!