Forum Discussion
Anonymous
2 years agoNot applicable
Creating custom column based on 3 other colums
HI, Please help me to create a custom colum based on 3 other colums. 1. if patient type is OP then custom colum should reflect OP. 2. If patient type is only IP and Sponsor is only blank and Ne...
- 2 years ago
Hi Anonymous
Your net amount column is text please convert into interger / whole number.
select your net amount then convert to whole number.
Uzi2019
Community Champion
2 years agoHi Anonymous
You can try below calculated column.
Custom new =
IF(Customer[Patient Type]="OP","OP", If(Customer[Patient Type]="IP" && Customer[Sponsor]=BLANK() && Customer[Net Amt]<1000,"OP","IP"))
I hope i answered your question!
Anonymous
2 years agoNot applicable
Thank for your input.
But I am getting the below error. can you please help.