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
Hi Bob,
Thanks for your help. It worked.
Hi Amelie,
I think you need to place a decimal value in your condition
It looks like below condition
case when {form:# txt} = 0.0000 then ''
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156