Forum Discussion
Anonymous
5 years agoNot applicable
IF
Hi trying to create =IF(table[ordertypeD] = "Normal Order"), table[feild],"") Getting an error on "Normal Order" Yet Normal Order exists in table[ordertypeD] In fact I get an error as ...
- Anonymous5 years ago
Hi Anonymous
Try
=IF(table[ordertypeD] = "Normal Order", table[feild],blank())
Anonymous
5 years agoNot applicable
Anonymous
5 years agoNot applicable
Anonymous check the datatype once in the data tab....some times it could be datatype issue as well. or paste the sample data
Regards,
Husna