Hi Everyone,Hope all well!
I am getting the following error when i try the refresh the report in BI Launchpad .
The following database error occurred: [Teradata][ODBC] (10680) Descriptor field identifier invalid or not supported.. For information...
Hi Evertbody,
I have tried something like this to retrieve last 3 months data but getting some syntax error, could anyone advise or provide a solution that would be helpful. Thanks in advance.
@Select(Table\Date_column) between (case when @Promp...
@Select(Sample\Period End Dt) between (case when @Prompt('01.Please Enter The Start Date Or * For System DATE','A','Sample\Period End Dt',mono,free,,) = '*'
then cast(Add_Months((Date -1) -extract(DAY from DATE -1) +1, -3) as char(10))
else @Pro...