Invalid Alias Format : Table_name.Column_name required
Hi All,
I am new to the OBIEE 11g and I am trying to get used to the a lot it in one shot. I was hoping that someone could help me answer this question.
I am trying to replace a value from the database and replace it with another value if a condition is met. I am using the below SQL statement to get there however, when I select ok I get an error message:Invalid Alias Format : Table_name.Column_name required.
Can anyone tell me how I can accomplish my taskl? I am currently using OBIEE 11g and I am modifying the column measure by editing the formula with the below code. Let me know. Thanks.
select
CASE
WHEN Cmplt Claim - Process Time.Claim Date< 10/30/2010 THEN '10/30/2010'
END
From Cmplt Claim - Process Time.Claim Date;