Search results

  1. R

    Crosstab - DataValue

    Hello, how can I change DataValue in Crosstab so as not to show 0 value I tried with method Sub finish() Sub Finish( ) Super::Finish( ) If DataValue = 0 Then DataValue = Null End If End Sub DataValue is numeric regards
Top