$ 0 0 Hi Is the below correct SyntaxIf {@Amount} < 0 Then "Cr"; If {@Amount} > 0 Then "Dr"; If {@Amount} = 0 Then "";Thanks