How to make This expression Crct?

 

BHUVANESH_1-1659155766618.png

If type= Non Billing ..I need Customer Column Blank text...

Solved Solved
0 3 104
1 ACCEPTED SOLUTION

Oh Thanks For Ur Reply..I  Use list()..Hence it Works..

View solution in original post

3 REPLIES 3

Select returns a list.

" " is a text.

The types have to match.

Right. @BHUVANESH, for the "else" argument you can return an empty list: LIST().

Your SELECT function returns all records. So, you could probably omit it and use just Invoice[Customer].

Potentially, it would also work to instead use just IFS(): IFS([Type] = "Billing", Invoice[Customer]).

Oh Thanks For Ur Reply..I  Use list()..Hence it Works..

Top Labels in this Space