Forum Discussion
Problem refresh incremental Connexion SAP Hana for Reference, Append and Merge Query
- 6 years ago
Hi Anonymous,
i think you have to filter the original query to reduce the data from hana
and the appred query to control the storage of the historical data.
Hi Anonymous ,
Could you show your queries of your reference table and append table?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Hii,
here are the queries, Original source table + two reference table + appendi
- mwegener6 years agoMost Valuable Professional
Hi Anonymous ,
i think it works this way.
You have to insert the filter parameters in the "original" query and in the "final" query.
In the "original" query, so that the data can be filtered in the source by query folding.
In the "final" query, so that the parameterization is activated and the result of this query is saved.
I assume that the parameter of the "final" query will be forwarded to the "original" subquery.
- Anonymous6 years agoNot applicable
Hi mwegener
How can I access the filter parameters in the reference table and the append table?
I add parameter filters in all queries ?
Thanks,