If above Expression gives -16.5 or 0 then show me 0 else show me actual value or 1.
I can Achieve this by using below expression. But i dont want to use If function as it will take long time to process the data in front end end. I wanted to achieve this without If condition...
Also, I can't do it in back end also like below because it is running on dynamic date selection based on user input
If( [9LE Bulk Vol] <=0,0,1)
Suppose user Select 15-04-2018 then from_date and To_date is calculated like below . And every time user will select different date and based on that user input the expression will give the result and on that result we have to implement if negative value then 0 else 1.