Hi!
I have a Calculation Views with input parameters.
If I execute a query from HANA Studio, it works OK! But if I try to do the same query from SQL-server, it doesn´t recognize that parameters.
Do you know how to do the query?
Right examples on HANA-Studio:
E.g. 1:
SELECT * FROM "Schema"."Name_Of_View"
WITH PARAMETERS ('placeholder' = ('$$IN_BELNR$$', '2100000007'))
E.g. 2:
SELECT * FROM "Schema"."Name_Of_View"
('placeholder' = ('$$IN_BELNR$$', '2100000007'))
Both examples works well!
Anyone know the sintax on SQL-Server?
Best regards!