When I add a Calculated field in smarlist builder. Set my Field Name as Inks, Field Type as string. Then the Calculation as
CASE WHEN {Order Form:# Inks} = 0 THEN ''
ELSE CONVERT (CHAR(3),{Order Form:# Inks})
END
The SQL Code is validated, but when I run the smartlist, I get all blanks all the time.
*This post is locked for comments
I have the same question (0)