Hi, I am trying to connect to a view in SAP HANA that has required variables. Below is the query I am running; I am getting the following error "argument type mismatch: Only named parameter is supported for column view search: line 1 col 61 (at pos 60)"
select * from "FICO_REPORTS"."CV_SHARED_FICO_KOB1_KOK5_CPD"(PLACEHOLDER."$$IP_From_Fiscal_Yr(YYYY0MM)$$", '2021001', PLACEHOLDER."$$IP_TO_Fiscal_Yr(YYYY0MM)$$", '2023001')
Thank you, any help would be appreciated.