问题
I have a SAP HANA studio Calculated view configuration query
I have created a Calculated view (IP) to calculate my input parameters. The input parameters is a row in IP and I want use data in IP as my input parameter for Main Calculated view "AB" Can someone explain how it can be done in Edit Input Parameter window so that My view AB directly fetches value from IP?
Also IP has only one row.
Do I need to push the data from Input Parameter CV to a table and then use Input Parameter Type ="Derived from table"
回答1:
If I understood correctly you want to use output of one view as a source for value help for main view. In that case you should do the following:
- In your main view open input parameter editor as set Parameter Type as Column
- As a View/Table for value help section select your second view which contains desired output
- As a Reference Column set the column which contains the data which you want to display
来源:https://stackoverflow.com/questions/53079927/set-input-parameters-from-the-data-in-on-cv-as-input-parameters-in-other-cv-in-h