In HANA I built a Calculation view which executes fine.
I have a calculated column.
Now I changed the calculated column from
case
when "Anzahl" > 1000000 then 'SUSPECT: Too high?'
when "Anzahl" < 1000 then 'SUSPECT: Too low?'
else 'OK'
end
to
case
when "Anzahl" > $$IP_UPPER_LIMIT$$ then 'SUSPECT: Too high?'
when "Anzahl" < $$IP_LOWER_LIMIT$$ then 'SUSPECT: Too low?'
else 'OK'
end
Then I get this error:
Error: SAP DBTech JDBC: [2048]: column store error: search table error: [34023] Instantiation of calculation model failed;exception 306002: An internal error occurred