I have added one calculated column in SB where my column name is txt and column type is STR.
case when {form:# txt} = 0 then ''
else convert (char(3),{form:# txt}) end
I get result as blanks when I run Smartlist every time.
Does anybody has an idea where am I wrong?
Thanks,
Amelie
*This post is locked for comments