Hello Folks,
I'm having hard time finding the solution for what if I have two input parameters from HANA calc view? how to handle them in the universe(IDT)?
I did lot of research on the web and all the examples are related to one parameter. No luck.
I have following input parameters defined in HANA calc view:
Division
SalesOrg:
I tried to create derived table and using syntax :
SELECT *
FROM "_SYS_BIC"."new/InvoiceTestQuery" ('PLACEHOLDER'=('$$Division$$',@Prompt(Division)))
It is giving me error saying that SAP DBTech JDBC: [2048]: column store error: search table error: [34092] search on calculation model requires parameters;Required variable $$SalesOrg$$ is not set.
Basically it is looking for SalesOrg parameter. 2nd parameter.
How to handle second parameter in the derived table?. Any help would be appreciated.
Thanks
Remata