I have created views in which i have added custom text and Math expression.
I displayed view in table format
I created one Math expression which is noticed below:
[Field 1] - [Field 2]
I have displayed this expression into another custom field in views.
Now i want to add some condition statements.
That is
If [expression] >= 0 'display something' else 'other texts'
Is it possible to add conditional statement in Math expression views?