Hi,
I have a case stmt in sql like
CASE WHEN Column1 = 'ABC' THEN Coulmn2 ELSE '' END
How to write the expression in derived column, I have written something like this, but its giving error:
([Column1]== "GetProxy") ? [Column2]:' '
Hi,
I have a case stmt in sql like
CASE WHEN Column1 = 'ABC' THEN Coulmn2 ELSE '' END
How to write the expression in derived column, I have written something like this, but its giving error:
([Column1]== "GetProxy") ? [Column2]:' '