Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Dynamic Filter SAP HANA - For more than one field

$
0
0

Hi Guys,

 

    Is their any way we can apply filter for more than one field. Lets take below example  i want to apply filter both on PERNR & DOJ. I am able to apply filter on PERNR but when i try to create filter on more than one field (PERNR & DOJ ) it throws me some error.

 

Please let me know how we can achieve this.

 

OUT_EMP_SAL = SELECT A.PERNR, A.DOJ, A.FNAME, B.SALARY FROM "SAPH74".EMP_INFO A

INNER JOIN "SAPH74".EMP_SAL B

ON A.PERNR = B.PERNR;

 

 

OUT_EMP_SAP = APPLY_FILTER(:OUT_EMP_SAL, :IN_PERNR )


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>