Hello All,
I have the table in the universe and one of its date column has the date type as "String". But in the database the date column shows as "date" as data type.
I need to perform some math operations in the WEBi based on that date column, since the date column is coming as string am not able to perform the math operations.
I have used the below Convert function in the Universe, but in the "check integrity" step it throws an error stating "returns incorrect data type".
Convert(date, dbo.MM_FailedResults_Material_Totals.WeekDate)
Your thoughts are highly appreciated.
thanks in advance,
Vinay