Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8746

Re: SAP HANA-- How to use filters in SAP HANA

$
0
0

Hi Venkat,

 

There are lot of answers already there in this forum on how to use filters . Please check below links

 

 

http://scn.sap.com/community/hana-in-memory/blog/2013/10/04/input-parameters-and-variables-in-sap-hana-modeling

 

Using Dynamic Filters in SAP HANA

 

 

If you wanted to do some condition filter using SQLSCRIPT based calculation view then follow something like below

 

T1 = CE_COLUMN_TABLE ( <Schema>.<MARA>,[MATNR,MATKL]);

 

T2 = CE_PROJECTION ( :T1,

                                    [ MATNR,MATKL],

                                    'MATKL = ' 'K' ' ');   -- This is how you filter based on condition

 

Thanks

Siva


Viewing all articles
Browse latest Browse all 8746

Trending Articles



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