index wherecontains

wherecontains(null, {"a", "", "b"})   returns 2

i need to get an index of non null values , e.g. in above case it should return {1,3}

  Discussion posts and replies are publicly visible