April 9, 200322 yr I have created a report which shows the members of a value field. My problem is that if their are no records for a particular field (ie noone meets the set criteria) then that criteria is left out of the report. Is there a way to get it to appear but simply have no memebrs? Many thanx Poida
April 9, 200322 yr Hi, Try to use a calculation c_member = Case(Is not Empty(member), member, "empty") Use this new calc field for your value list and you will the "empty" (or whatever text you wants it to be) for you empty records.
Create an account or sign in to comment