
I'm creating a report where I have a column for Safety Stock and a column on hand stock, I want to add a calculated column in sq00/sq01 where a if statement will check if the on hand stock is greater than the safety, if yes then it should put "Safety Covered" if not it should put "Not Covered"... I'm not sure how to achieve this... I was able to do it with 1 and 0 as output on the condition but not with text... I know I might have to change the # of characters but I don't know how to make a string to output the condition...