Hi, In my cube I've got rule like this: ['uniq_cnt'] = C: ConsolidatedCountUnique(2, 'DIM_UQ','', !DIM1, !DIM2...., 'measure_for_uq' ) ; It calculates properly, but when I enable "suppress 0" option, this element disappears from view. How can I display this measure with "suppress 0&qu...