June CTP - How to inspect for Empty String

Thanks for your response but neither option work. I did confirm that Len(field.Value) is 0 by displaying on the report. For some reason when used in the IIf function, the comparison, Len(field.Value) = 0 fails.

Answer this question

June CTP - How to inspect for Empty String

  • alert('hi');

    Try using =Iif(field.value=""

  • DevB

    System.String.IsNullOrEmpty(Fields!Variable.Value) also does not evaluate to true when the string is empty.
  • June CTP - How to inspect for Empty String