Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3570

Re: if is null for alert keyfigures

$
0
0

Hi Manaswini,

 

I see at least 2 options:

 

IF(ISNULL(PRICE), 0, IF(ISNULL(FCST), 1, 0))

 

OR

 

IF(ISNULL(FCST) AND PRICE > 0, 1, 0)

--> here i assumed that when there is PRICE, it is higher than 0. If you want to include also 0 case you can build it like AND (PRICE >0 OR PRICE = 0)

 

Regards

Alecsandra


Viewing all articles
Browse latest Browse all 3570

Latest Images

Trending Articles



Latest Images